summaryrefslogtreecommitdiff
path: root/src/display_buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/display_buffer.hh')
-rw-r--r--src/display_buffer.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh
index 17c2602f..18b238d8 100644
--- a/src/display_buffer.hh
+++ b/src/display_buffer.hh
@@ -14,9 +14,6 @@ namespace Kakoune
class Buffer;
struct BufferRange{ BufferCoord begin, end; };
-String option_to_string(BufferRange range);
-void option_from_string(StringView str, BufferRange& opt);
-
inline bool operator==(const BufferRange& lhs, const BufferRange& rhs)
{
return lhs.begin == rhs.begin and lhs.end == rhs.end;