From c74c38760df69bb87e93dff18cf91464e5d02f37 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:22 +0200 Subject: Imported Upstream version 0.8.1 --- ListItem.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ListItem.h') diff --git a/ListItem.h b/ListItem.h index a58db3a..9597a35 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