X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.c;h=948b91079f45d3f59877500310fae3b05bb801a9;hb=9e6aa531d0cc0d9a7000c9856c6a8a159f1d8248;hp=a2b392dab2fd27af22d071770c89c50c90ccb8cb;hpb=59a33c03b04a817108809f2c1d4cbd531f0404fc;p=chaz%2Fopenbox 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))