summaryrefslogtreecommitdiffstats
path: root/src/View/TopView.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-17 10:53:05 +0200
committerneoraider <devnull@localhost>2008-04-17 10:53:05 +0200
commitc771232b7433c076290c2ac6c8c53090a1ad3592 (patch)
tree44ba6ccc2a1657b295d8dfe4f9572a106c9ac2c7 /src/View/TopView.h
parent1464f336773cf9758fc0427ff5fbefbcd58d2eb9 (diff)
downloadzoomedit-c771232b7433c076290c2ac6c8c53090a1ad3592.tar
zoomedit-c771232b7433c076290c2ac6c8c53090a1ad3592.zip
zoomedit:
* Can grab level view now to change view position.
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);
};
}