aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_button.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-04-14 16:56:09 +0000
committerGravatar Noldor2008-04-14 16:56:09 +0000
commitf0c0a130de85303ff3acf3e2d4ddbffb303f5dad (patch)
treebcfcc3cef9fb9ee5be735da80f6adb36edc44017 /src/modules/objects/class_button.h
parentfixing bug #127 (diff)
downloadKVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.tar.gz
KVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.tar.bz2
KVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.zip
QT4 port: QIconSet (completed), objects module (w.i.p.), code clean.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1480 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_button.h')
-rw-r--r--src/modules/objects/class_button.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/objects/class_button.h b/src/modules/objects/class_button.h
index 48233759e..5b1c92e4c 100644
--- a/src/modules/objects/class_button.h
+++ b/src/modules/objects/class_button.h
@@ -45,8 +45,6 @@ protected:
bool functionSetOn(KviKvsObjectFunctionCall *c);
bool functionIsOn(KviKvsObjectFunctionCall *c);
bool functionToggle(KviKvsObjectFunctionCall *c);
- bool functionSetIsMenuButton(KviKvsObjectFunctionCall *c);
- bool functionIsMenuButton(KviKvsObjectFunctionCall *c);
bool functionSetImage(KviKvsObjectFunctionCall *c);
bool functionclickEvent(KviKvsObjectFunctionCall *c);