aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_groupbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_groupbox.h')
-rw-r--r--src/modules/objects/class_groupbox.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/objects/class_groupbox.h b/src/modules/objects/class_groupbox.h
index 08329dd64..6dda5b3de 100644
--- a/src/modules/objects/class_groupbox.h
+++ b/src/modules/objects/class_groupbox.h
@@ -49,15 +49,12 @@ protected:
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_