aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CellBuffer.cxx1
-rw-r--r--src/PerLine.cxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index 48e986e43..3257e0e6b 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -98,7 +98,6 @@ public:
void operator=(const LineStartIndex &) = delete;
void operator=(LineStartIndex &&) = delete;
virtual ~LineStartIndex() {
- starts.DeleteAll();
}
bool Allocate(Sci::Line lines) {
refCount++;
diff --git a/src/PerLine.cxx b/src/PerLine.cxx
index 537512290..d81f46d3b 100644
--- a/src/PerLine.cxx
+++ b/src/PerLine.cxx
@@ -80,7 +80,6 @@ void MarkerHandleSet::CombineWith(MarkerHandleSet *other) {
}
LineMarkers::~LineMarkers() {
- markers.DeleteAll();
}
void LineMarkers::Init() {
@@ -310,7 +309,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() {