diff options
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index bde04bed..37c5cbfc 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -4,8 +4,6 @@ #include <string> #include <vector> -#include "buffer.hh" - namespace Kakoune { @@ -36,8 +34,6 @@ public: DisplayBuffer(); - LineAndColumn dimensions() const; - void clear() { m_atoms.clear(); } void append(const DisplayAtom& atom) { m_atoms.push_back(atom); } |
