Remove leftover config_four_corners from config.c.
authorMikael Magnusson <mikachu@comhem.se>
Wed, 16 Jan 2008 14:58:24 +0000 (15:58 +0100)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 17 Jan 2008 00:26:15 +0000 (01:26 +0100)
openbox/config.c

index c094732..867dfb5 100644 (file)
@@ -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);