diff options
Diffstat (limited to 'src/Selection.cxx')
-rw-r--r-- | src/Selection.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Selection.cxx b/src/Selection.cxx index 9cf4e6f09..fbdc474eb 100644 --- a/src/Selection.cxx +++ b/src/Selection.cxx @@ -194,9 +194,6 @@ Selection::Selection() : mainRange(0), moveExtends(false), tentativeMain(false), AddSelection(SelectionRange(SelectionPosition(0))); } -Selection::~Selection() { -} - bool Selection::IsRectangular() const noexcept { return (selType == SelTypes::rectangle) || (selType == SelTypes::thin); } |