aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/SegmentDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/SegmentDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/SegmentDTO.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/SegmentDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/SegmentDTO.cs
index 00d74ec30..1db99be23 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/SegmentDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/SegmentDTO.cs
@@ -9,16 +9,6 @@ namespace Tango.BL.DTO
{
public class SegmentDTO : SegmentDTOBase
{
- public List<BrushStopDTO> BrushStops { get; set; }
- public SegmentDTO()
- {
- BrushStops = new List<BrushStopDTO>();
- }
-
- protected override string OnGetActionLogName()
- {
- return $"Segment '{SegmentIndex}'";
- }
}
}