summaryrefslogtreecommitdiffstats
path: root/CheckItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'CheckItem.h')
-rw-r--r--CheckItem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/CheckItem.h b/CheckItem.h
index 359a0ef7..cc1a3b0f 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -31,12 +31,8 @@ extern char* CHECKITEM_CLASS;
CheckItem* CheckItem_new(char* text, bool* ref, bool value);
-void CheckItem_delete(Object* cast);
-
void CheckItem_set(CheckItem* this, bool value);
bool CheckItem_get(CheckItem* this);
-void CheckItem_display(Object* cast, RichString* out);
-
#endif