From 34c9b0d30fe157b52b302a71e2ef73ceba86fab0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 17 Sep 2011 14:13:33 +0000 Subject: =?UTF-8?q?LineAndColumn:=20move=20to=20it's=20own=20header=20and?= =?UTF-8?q?=20add=20operator[+-]=3D=3F?= LineAndColumn is now a template so that WindowCoords and BufferCoords cannot be added together. --- src/display_buffer.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/display_buffer.hh') 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 #include -#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); } -- cgit v1.2.3