summaryrefslogtreecommitdiffstats
path: root/ListItem.c
diff options
context:
space:
mode:
Diffstat (limited to 'ListItem.c')
-rw-r--r--ListItem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ListItem.c b/ListItem.c
index 1889a352..13d94d00 100644
--- a/ListItem.c
+++ b/ListItem.c
@@ -21,10 +21,8 @@ typedef struct ListItem_ {
int key;
} ListItem;
-extern char* LISTITEM_CLASS;
}*/
-/* private property */
char* LISTITEM_CLASS = "ListItem";
ListItem* ListItem_new(char* value, int key) {