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.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/display_buffer.cc') diff --git a/src/display_buffer.cc b/src/display_buffer.cc index 8a033318..ea5342bc 100644 --- a/src/display_buffer.cc +++ b/src/display_buffer.cc @@ -7,9 +7,4 @@ DisplayBuffer::DisplayBuffer() { } -LineAndColumn DisplayBuffer::dimensions() const -{ - return LineAndColumn(); -} - } -- cgit v1.2.3