aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PerLine.cxx')
-rw-r--r--src/PerLine.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/PerLine.cxx b/src/PerLine.cxx
index 4a313d292..ed5e463d6 100644
--- a/src/PerLine.cxx
+++ b/src/PerLine.cxx
@@ -81,7 +81,6 @@ void MarkerHandleSet::CombineWith(MarkerHandleSet *other) {
}
LineMarkers::~LineMarkers() {
- markers.DeleteAll();
}
void LineMarkers::Init() {
@@ -311,7 +310,6 @@ struct AnnotationHeader {
};
LineAnnotation::~LineAnnotation() {
- ClearAll();
}
void LineAnnotation::Init() {
@@ -433,7 +431,6 @@ int LineAnnotation::Lines(Sci::Line line) const {
}
LineTabstops::~LineTabstops() {
- tabstops.DeleteAll();
}
void LineTabstops::Init() {