summaryrefslogtreecommitdiff
path: root/tools/obconf/obconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/obconf/obconf.h')
-rw-r--r--tools/obconf/obconf.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/obconf/obconf.h b/tools/obconf/obconf.h
deleted file mode 100644
index 5d7a2e67..00000000
--- a/tools/obconf/obconf.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __obconf_h
-#define __obconf_h
-
-#include <gtk/gtk.h>
-
-extern GtkWindow *obconf_win;
-extern GtkWindow *obconf_about;
-extern GtkTreeView *obconf_sections;
-extern GtkListStore *obconf_sections_store;
-extern GtkNotebook *obconf_options;
-
-#endif