zoomedit: Removed old "Add room" button

This commit is contained in:
neoraider 2007-12-05 20:04:04 +00:00
parent f3b6f4c9ee
commit beb34f184a

View file

@ -8,7 +8,6 @@
class SidebarAdd : public Sidebar { class SidebarAdd : public Sidebar {
private: private:
GtkWidget *sidebar; GtkWidget *sidebar;
GtkWidget *buttonAdd;
EditManager *editor; EditManager *editor;
@ -16,15 +15,13 @@ class SidebarAdd : public Sidebar {
SidebarAdd(const SidebarAdd &w); SidebarAdd(const SidebarAdd &w);
const SidebarAdd& operator=(const SidebarAdd &w); const SidebarAdd& operator=(const SidebarAdd &w);
static void buttonClicked(GtkButton *button, SidebarAdd *sidebar);
public: public:
SidebarAdd(EditManager *editor); SidebarAdd(EditManager *editor);
virtual ~SidebarAdd(); virtual ~SidebarAdd();
GtkWidget* getWidget(); GtkWidget* getWidget();
void update(); void update() {}
}; };
#endif /*SIDEBARADD_H_*/ #endif /*SIDEBARADD_H_*/