summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/breakpoint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/breakpoint.hxx')
-rw-r--r--basctl/source/basicide/breakpoint.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/basicide/breakpoint.hxx b/basctl/source/basicide/breakpoint.hxx
index 8431c3039af3..2ade823452bf 100644
--- a/basctl/source/basicide/breakpoint.hxx
+++ b/basctl/source/basicide/breakpoint.hxx
@@ -72,7 +72,6 @@ public:
size_t size() const;
BreakPoint* at(size_t i);
const BreakPoint* at(size_t i) const;
- void clear();
BreakPoint* remove(BreakPoint* ptr);
};