summaryrefslogtreecommitdiffstats
path: root/CheckItem.c
diff options
context:
space:
mode:
Diffstat (limited to 'CheckItem.c')
-rw-r--r--CheckItem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/CheckItem.c b/CheckItem.c
index ba5bd20d..73148f32 100644
--- a/CheckItem.c
+++ b/CheckItem.c
@@ -19,10 +19,8 @@ typedef struct CheckItem_ {
bool* value;
} CheckItem;
-extern char* CHECKITEM_CLASS;
}*/
-/* private property */
char* CHECKITEM_CLASS = "CheckItem";
CheckItem* CheckItem_new(char* text, bool* value) {