From 9e6aa531d0cc0d9a7000c9856c6a8a159f1d8248 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Apr 2007 18:36:13 +0000 Subject: remove the four corners option document what these serious macros are with art! --- openbox/config.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox/config.c') diff --git a/openbox/config.c b/openbox/config.c index a2b392da..948b9107 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -535,8 +535,6 @@ static void parse_resize(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, if ((n = parse_find_node("drawContents", node))) config_resize_redraw = parse_bool(doc, n); - if ((n = parse_find_node("fourCorner", node))) - config_resize_four_corners = parse_bool(doc, n); if ((n = parse_find_node("popupShow", node))) { config_resize_popup_show = parse_int(doc, n); if (parse_contains("Always", doc, n)) -- cgit v1.2.3