]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
remove the four corners option
[chaz/openbox] / openbox / config.c
index a2b392dab2fd27af22d071770c89c50c90ccb8cb..948b91079f45d3f59877500310fae3b05bb801a9 100644 (file)
@@ -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))
This page took 0.022734 seconds and 4 git commands to generate.