summaryrefslogtreecommitdiff
path: root/src/Basemenu.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-06-21 01:06:29 +0000
committerDana Jansens <danakj@orodu.net>2002-06-21 01:06:29 +0000
commit1766453ca2ce30adf84798cb504e8b4d258bd08f (patch)
tree0f667ab5a3f22293926965086258f98e09e42c46 /src/Basemenu.hh
parent8941da8e41d15ae6729c04b2933d74869c25e857 (diff)
sync with blackbox-cvs
Diffstat (limited to 'src/Basemenu.hh')
-rw-r--r--src/Basemenu.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Basemenu.hh b/src/Basemenu.hh
index 46a8d528..23da10ee 100644
--- a/src/Basemenu.hh
+++ b/src/Basemenu.hh
@@ -163,8 +163,6 @@ public:
f(0), enabled(1),
selected(0) {}
- ~BasemenuItem(void);
-
inline const char *exec(void) const { return e.c_str(); }
inline const char *label(void) const { return l.c_str(); }
inline int function(void) const { return f; }