diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 18:36:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 18:36:13 +0000 |
| commit | 9e6aa531d0cc0d9a7000c9856c6a8a159f1d8248 (patch) | |
| tree | c9b3d75862169c84e17849e731be1ba2e1bce4af /openbox/config.c | |
| parent | 59a33c03b04a817108809f2c1d4cbd531f0404fc (diff) | |
remove the four corners option
document what these serious macros are with art!
Diffstat (limited to 'openbox/config.c')
| -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 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)) |
