X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.c;h=867dfb514ac876621dc90ea5b7cb8315a048b034;hb=5960d27b1c35c58d3c1731c71c44b9c61328a34d;hp=c094732ecb30924600d989f83efba4692f747049;hpb=5d533d9fe2139bb0096482201e765c0905de5152;p=chaz%2Fopenbox diff --git a/openbox/config.c b/openbox/config.c index c094732e..867dfb51 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -61,7 +61,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 +915,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);