summaryrefslogtreecommitdiffstats
path: root/Sidebar.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 /Sidebar.h
parent258eb984bafe0f667d1e76de61c8afaa23f39ef4 (diff)
downloadzoomedit-356efaf89afdad141b313767e1a2b89de3c08d0a.tar
zoomedit-356efaf89afdad141b313767e1a2b89de3c08d0a.zip
zoomedit: Recreated ZoomEdit based on Glademm.
Diffstat (limited to 'Sidebar.h')
-rw-r--r--Sidebar.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/Sidebar.h b/Sidebar.h
deleted file mode 100644
index 7d30afc..0000000
--- a/Sidebar.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef SIDEBAR_H_
-#define SIDEBAR_H_
-
-#include <gtk/gtk.h>
-
-
-class Sidebar {
- public:
- virtual ~Sidebar() {}
-
- virtual GtkWidget* getWidget() = 0;
-
- virtual void update() = 0;
-};
-
-#endif /*SIDEBAR_H_*/