summaryrefslogtreecommitdiff
path: root/openbox/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/engine.h')
-rw-r--r--openbox/engine.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/openbox/engine.h b/openbox/engine.h
index 0180e3e5..e2c314a6 100644
--- a/openbox/engine.h
+++ b/openbox/engine.h
@@ -3,21 +3,6 @@
#include "../engines/engineinterface.h"
-/* The engine to load */
-extern char *engine_name;
-/* The theme to load */
-extern char *engine_theme;
-/* The titlebar layout */
-extern char *engine_layout;
-/* The titlebar font */
-extern char *engine_font;
-/* The titlebar font's shadow */
-extern gboolean engine_shadow;
-/* The titlebar font's shadow offset */
-extern int engine_shadow_offset;
-/* The titlebar font's shadow transparency */
-extern int engine_shadow_tint;
-
void engine_startup();
void engine_load();
void engine_shutdown();