diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-08-28 09:42:05 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-08-28 09:42:05 +1000 |
| commit | f0e6ea3f244af47843a5c2d42066054467771685 (patch) | |
| tree | 6a9e90896e3311b9ed69561917c72a3607e931a9 /src/Selection.h | |
| parent | 2413db664abc3389f11be3a6839acc618a70d1d0 (diff) | |
| download | scintilla-mirror-f0e6ea3f244af47843a5c2d42066054467771685.tar.gz | |
Follow rule-of-zero by removing unnecessary destructors.
Diffstat (limited to 'src/Selection.h')
| -rw-r--r-- | src/Selection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Selection.h b/src/Selection.h index 7912d03e5..2e554f999 100644 --- a/src/Selection.h +++ b/src/Selection.h @@ -148,7 +148,6 @@ public: SelTypes selType; Selection(); - ~Selection(); bool IsRectangular() const noexcept; Sci::Position MainCaret() const noexcept; Sci::Position MainAnchor() const noexcept; |
