From 32a92abf7578ea93d85741b7c89a0958082aa9ee Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 23 Jul 2007 21:32:31 -0400 Subject: move the code for tracking what extensions are available on the display into the libobt --- openbox/openbox.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index f00cd2bd..ec283d5c 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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 { -- cgit v1.2.3