summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-22 09:31:50 -0500
committerDana Jansens <danakj@orodu.net>2010-01-05 21:44:39 -0500
commite04522772694682ccd11fc465d861b169675312b (patch)
treef67debc3a2f79c71abe5e75c5f18a729a31f6ca6 /openbox/menuframe.h
parent15802d87b18b8a7a741c2e8d80ab6e5f79ada13e (diff)
Revert "Don't hide submenus immediately when unselecting the parent's entry"
This reverts commit 828c095c8b5a2df96a38faaeb8a0df504e68e70f.
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 624c3f49..1b1dcc70 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -53,9 +53,6 @@ struct _ObMenuFrame
GList *entries;
ObMenuEntryFrame *selected;
- /* if a submenu was selected, then this holds the entry for that submenu
- until it is closed */
- ObMenuEntryFrame *open_submenu;
/* show entries from the menu starting at this index */
guint show_from;