diff options
author | neoraider <devnull@localhost> | 2008-04-16 21:46:02 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2008-04-16 21:46:02 +0200 |
commit | 82a2bdabc4c511c40b8d849fa78df4e268b36f76 (patch) | |
tree | fc419c5d5ce1c01eae0c338a6be35d5251af5590 /src | |
parent | a87e0ede82e41b47ddb9ad7810a1266ec73d51ea (diff) | |
download | zoomedit-82a2bdabc4c511c40b8d849fa78df4e268b36f76.tar zoomedit-82a2bdabc4c511c40b8d849fa78df4e268b36f76.zip |
zoomedit:
* Removed unused method prototype "edgeLess" from TopView
Diffstat (limited to 'src')
-rw-r--r-- | src/View/TopView.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/View/TopView.h b/src/View/TopView.h index 952cd32..82f5875 100644 --- a/src/View/TopView.h +++ b/src/View/TopView.h @@ -45,8 +45,6 @@ class TopView : public View { Data::Level *level; - bool edgeLess(const Edge &e1, const Edge &e2); - void drawGrid(Gui::RenderArea *renderArea); void renderRoom(Data::Room *room); |