]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
move the code for tracking what extensions are available on the display into the...
[chaz/openbox] / openbox / openbox.c
index f00cd2bd093fcab1899ca4f09a3c60a707f8954c..ec283d5ce54c452fd636ab2b743df786f1ccff9e 100644 (file)
@@ -37,7 +37,6 @@
 #include "frame.h"
 #include "keyboard.h"
 #include "mouse.h"
-#include "extensions.h"
 #include "menuframe.h"
 #include "grab.h"
 #include "group.h"
@@ -207,9 +206,7 @@ gint main(gint argc, gchar **argv)
     cursors[OB_CURSOR_NORTHWEST] = load_cursor("top_left_corner",
                                                XC_top_left_corner);
 
-
     prop_startup(); /* get atoms values for the display */
-    extensions_query_all(); /* find which extensions are present */
 
     if (screen_annex()) { /* it will be ours! */
         do {
This page took 0.022008 seconds and 4 git commands to generate.