X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.c;h=420ac5532fc574ce25e95d9883218e65f1374bb0;hb=0667bbc3e2fbd3fa39206e843560735524840d35;hp=c094732ecb30924600d989f83efba4692f747049;hpb=fe11937661b891d7d7f2f4224eb956623fe518fb;p=chaz%2Fopenbox diff --git a/openbox/config.c b/openbox/config.c index c094732e..420ac553 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -21,7 +21,6 @@ #include "keyboard.h" #include "mouse.h" #include "actions.h" -#include "prop.h" #include "translate.h" #include "client.h" #include "screen.h" @@ -61,7 +60,6 @@ guint config_screen_firstdesk; guint config_desktop_popup_time; gboolean config_resize_redraw; -gboolean config_resize_four_corners; gint config_resize_popup_show; ObResizePopupPos config_resize_popup_pos; GravityPoint config_resize_popup_fixed; @@ -916,7 +914,6 @@ void config_startup(ObParseInst *i) parse_register(i, "desktops", parse_desktops, NULL); config_resize_redraw = TRUE; - config_resize_four_corners = FALSE; config_resize_popup_show = 1; /* nonpixel increments */ config_resize_popup_pos = OB_RESIZE_POS_CENTER; GRAVITY_COORD_SET(config_resize_popup_fixed.x, 0, FALSE, FALSE);