summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-12-05 21:04:04 +0100
committerneoraider <devnull@localhost>2007-12-05 21:04:04 +0100
commitbeb34f184adcea0f8a902f49109f9ffa7951e6ba (patch)
treeb05225feb3570c68f27a92507bdcf4d9c803648f
parentf3b6f4c9ee40ffe2acaa5cc1e92105634aeed678 (diff)
downloadzoomedit-beb34f184adcea0f8a902f49109f9ffa7951e6ba.tar
zoomedit-beb34f184adcea0f8a902f49109f9ffa7951e6ba.zip
zoomedit: Removed old "Add room" button
-rw-r--r--SidebarAdd.h5
1 files changed, 1 insertions, 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_*/