zoomedit: Removed old "Add room" button
This commit is contained in:
parent
f3b6f4c9ee
commit
beb34f184a
1 changed files with 1 additions and 4 deletions
|
@ -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_*/
|
||||||
|
|
Reference in a new issue