summaryrefslogtreecommitdiffstats
path: root/ListItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'ListItem.h')
-rw-r--r--ListItem.h4
1 files changed, 0 insertions, 4 deletions
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);