summaryrefslogtreecommitdiffstats
path: root/SidebarAdd.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-06 15:29:03 +0200
committerneoraider <devnull@localhost>2008-04-06 15:29:03 +0200
commit356efaf89afdad141b313767e1a2b89de3c08d0a (patch)
tree37edb2a0fc0ea15f4f60e45ed411cbea7b4c12c5 /SidebarAdd.h
parent258eb984bafe0f667d1e76de61c8afaa23f39ef4 (diff)
downloadzoomedit-356efaf89afdad141b313767e1a2b89de3c08d0a.tar
zoomedit-356efaf89afdad141b313767e1a2b89de3c08d0a.zip
zoomedit: Recreated ZoomEdit based on Glademm.
Diffstat (limited to 'SidebarAdd.h')
-rw-r--r--SidebarAdd.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/SidebarAdd.h b/SidebarAdd.h
deleted file mode 100644
index ad05ec7..0000000
--- a/SidebarAdd.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef SIDEBARADD_H_
-#define SIDEBARADD_H_
-
-#include "Sidebar.h"
-#include "EditManager.h"
-
-
-class SidebarAdd : public Sidebar {
- private:
- GtkWidget *sidebar;
-
- EditManager *editor;
-
- // prevent shallow copy
- SidebarAdd(const SidebarAdd &w);
- const SidebarAdd& operator=(const SidebarAdd &w);
-
- public:
- SidebarAdd(EditManager *editor);
- virtual ~SidebarAdd();
-
- GtkWidget* getWidget();
-
- void update() {}
-};
-
-#endif /*SIDEBARADD_H_*/