summaryrefslogtreecommitdiff
path: root/src/selectors.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-02-04 12:52:48 +1100
committerMaxime Coste <mawww@kakoune.org>2019-02-04 12:52:48 +1100
commit7f9fe32f2d2c1946df568a98dd82c1e851a1bb4a (patch)
treed308be5253e992f34d0a5a3790165364cfc446c5 /src/selectors.hh
parentd28dbd09182432e0cb85ecc5a2e7d062428c292f (diff)
Remove target_eol and small code cleanups
Diffstat (limited to 'src/selectors.hh')
-rw-r--r--src/selectors.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/selectors.hh b/src/selectors.hh
index d27b84ad..2f0b4dc7 100644
--- a/src/selectors.hh
+++ b/src/selectors.hh
@@ -97,8 +97,6 @@ select_lines(const Context& context, const Selection& selection);
Optional<Selection>
trim_partial_lines(const Context& context, const Selection& selection);
-void select_buffer(SelectionList& selections);
-
enum class RegexMode;
template<RegexMode mode>