From beb34f184adcea0f8a902f49109f9ffa7951e6ba Mon Sep 17 00:00:00 2001 From: neoraider Date: Wed, 5 Dec 2007 20:04:04 +0000 Subject: zoomedit: Removed old "Add room" button --- SidebarAdd.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SidebarAdd.h b/SidebarAdd.h index e5571f8..ad05ec7 100644 --- a/SidebarAdd.h +++ b/SidebarAdd.h @@ -8,7 +8,6 @@ class SidebarAdd : public Sidebar { private: GtkWidget *sidebar; - GtkWidget *buttonAdd; EditManager *editor; @@ -16,15 +15,13 @@ class SidebarAdd : public Sidebar { SidebarAdd(const SidebarAdd &w); const SidebarAdd& operator=(const SidebarAdd &w); - static void buttonClicked(GtkButton *button, SidebarAdd *sidebar); - public: SidebarAdd(EditManager *editor); virtual ~SidebarAdd(); GtkWidget* getWidget(); - void update(); + void update() {} }; #endif /*SIDEBARADD_H_*/ -- cgit v1.2.3