summaryrefslogtreecommitdiffstats
path: root/Sidebar.h
diff options
context:
space:
mode:
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_*/