aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Noldor2007-01-23 21:07:50 +0000
committerGravatar Noldor2007-01-23 21:07:50 +0000
commit3f4d927df561a783cf16412a16cf15d721f5ed41 (patch)
tree5854478e0c4c0eeba7b7fde203af6b2d703c292a /src/modules
parentquick fix in clas listview (diff)
downloadKVIrc-3f4d927df561a783cf16412a16cf15d721f5ed41.tar.gz
KVIrc-3f4d927df561a783cf16412a16cf15d721f5ed41.tar.bz2
KVIrc-3f4d927df561a783cf16412a16cf15d721f5ed41.zip
not important fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@245 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/objects/class_buttongroup.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/src/modules/objects/class_buttongroup.h b/src/modules/objects/class_buttongroup.h
index 0a3757891..2904d5a7a 100644
--- a/src/modules/objects/class_buttongroup.h
+++ b/src/modules/objects/class_buttongroup.h
@@ -38,27 +38,7 @@ public:
protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
- /*
- bool functionSetTitle(KviKvsObjectFunctionCall *c);
- bool functionTitle(KviKvsObjectFunctionCall *c);
- bool functionSetFlat(KviKvsObjectFunctionCall *c);
- bool functionIsFlat(KviKvsObjectFunctionCall *c);
- bool functionSetCheckable(KviKvsObjectFunctionCall *c);
- bool functionIsCheckable(KviKvsObjectFunctionCall *c);
- bool functionSetInsideMargin(KviKvsObjectFunctionCall *c);
- bool functionInsideMargin(KviKvsObjectFunctionCall *c);
- bool functionSetInsideSpacing(KviKvsObjectFunctionCall *c);
- bool functionInsideSpacing(KviKvsObjectFunctionCall *c);
- bool functionSetColumns(KviKvsObjectFunctionCall *c);
- bool functionColumns(KviKvsObjectFunctionCall *c);
- bool functionAddSpace(KviKvsObjectFunctionCall *c);
- bool functionAlignment(KviKvsObjectFunctionCall *c);
- bool functionSetAlignment(KviKvsObjectFunctionCall *c);
- bool functionSetOrientation(KviKvsObjectFunctionCall *c);
- bool functionIsChecked(KviKvsObjectFunctionCall *c);
- bool functionSetChecked(KviKvsObjectFunctionCall *c);
- bool functionSetColumnLayout(KviKvsObjectFunctionCall *c);
-*/
+
};
#endif //!_CLASS_GROUPBOX_H_