From da23c8c5a188324455c8f417293c10d85f65cb63 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 9 Mar 2008 08:58:38 +0000 Subject: Clean up headers by using 'static' whenever possible. Reduces resulting code size. --- ListItem.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index a58db3a3..9597a358 100644 --- a/ListItem.h +++ b/ListItem.h @@ -34,10 +34,6 @@ ListItem* ListItem_new(char* value, int key); void ListItem_append(ListItem* this, char* text); -void ListItem_delete(Object* cast); - -void ListItem_display(Object* cast, RichString* out); - const char* ListItem_getRef(ListItem* this); int ListItem_compare(const void* cast1, const void* cast2); -- cgit v1.2.3