From c771232b7433c076290c2ac6c8c53090a1ad3592 Mon Sep 17 00:00:00 2001 From: neoraider Date: Thu, 17 Apr 2008 08:53:05 +0000 Subject: zoomedit: * Can grab level view now to change view position. --- src/View/TopView.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/View/TopView.h') 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); }; } -- cgit v1.2.3