diff options
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); |