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 {
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_*/