diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-01-16 15:58:24 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-01-17 01:26:15 +0100 |
| commit | d3c1117fb4c0916c1d28b6bf91288a68c9712d53 (patch) | |
| tree | fc4acc289f2cc8cf898d2f3898e5c97db3c6a630 /openbox | |
| parent | cccc57fdb04b2e5602254f1eb623acc95f9a032e (diff) | |
Remove leftover config_four_corners from config.c.
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
