summaryrefslogtreecommitdiff
path: root/openbox/themerc.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-23 16:19:15 +0000
committerDana Jansens <danakj@orodu.net>2003-03-23 16:19:15 +0000
commit39946832001bd205f764a36fbdae17bc53d1fb35 (patch)
tree1a4d155ce8cf53521ed1485fed16fd3c1f32e4f4 /openbox/themerc.h
parent85238a1eaa84c6413505f969c1bf9add0d53f614 (diff)
rm the themerc stuff
Diffstat (limited to 'openbox/themerc.h')
-rw-r--r--openbox/themerc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/openbox/themerc.h b/openbox/themerc.h
deleted file mode 100644
index 89e4b072..00000000
--- a/openbox/themerc.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __themerc_h
-#define __themerc_h
-
-extern char *themerc_engine; /* NULL to use the default engine */
-extern char *themerc_theme; /* NULL to use the default theme for the engine */
-extern char *themerc_font; /* always non-NULL */
-extern char *themerc_titlebar_layout; /* always non-NULL */
-
-void themerc_startup();
-void themerc_shutdown();
-
-#endif