diff options
-rw-r--r-- | SidebarAdd.h | 5 |
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_*/ |