]> Dogcows Code - chaz/openbox/blobdiff - openbox/engine.h
move config option loading for the kernel into config.c/h
[chaz/openbox] / openbox / engine.h
index 0180e3e56182f54fe720a0acd3ba6a713a2a1588..e2c314a67752faffc4472565949f2574d14abc81 100644 (file)
@@ -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();
This page took 0.023377 seconds and 4 git commands to generate.