summaryrefslogtreecommitdiffstats
path: root/src/View/TopView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/TopView.h')
-rw-r--r--src/View/TopView.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/View/TopView.h b/src/View/TopView.h
index 82f5875..914b1e5 100644
--- a/src/View/TopView.h
+++ b/src/View/TopView.h
@@ -55,8 +55,6 @@ class TopView : public View {
void setLevel(Data::Level *level0) {level = level0;}
virtual void render(Gui::RenderArea *renderArea);
-
- virtual void getBounds(float *minX, float *maxX, float *minY, float *maxY);
};
}