summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
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/openbox.c
parent85238a1eaa84c6413505f969c1bf9add0d53f614 (diff)
rm the themerc stuff
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 6645f5bb..46e6a864 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -11,7 +11,6 @@
#include "config.h"
#include "grab.h"
#include "engine.h"
-#include "themerc.h"
#include "plugin.h"
#include "timer.h"
#include "../render/render.h"
@@ -181,7 +180,6 @@ int main(int argc, char **argv)
screen_shutdown();
event_shutdown();
engine_shutdown();
- themerc_shutdown();
render_shutdown();
config_shutdown();
timer_shutdown();