From 2f1f82ee87f42b53593575241839d6d3b277880f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 6 Jun 2006 20:41:01 +0000 Subject: Updates for new version of the MakeHeader.py script. --- ListItem.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ListItem.c') 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) { -- cgit v1.2.3