From f80394a20254938142011855f2954b3f63fe5909 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 15 Sep 2020 08:00:00 +0200 Subject: New upstream version 3.0.2 --- ListItem.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'ListItem.c') diff --git a/ListItem.c b/ListItem.c index abaf5d0..73129fa 100644 --- a/ListItem.c +++ b/ListItem.c @@ -15,17 +15,6 @@ in the source distribution for its full text. #include #include -/*{ -#include "Object.h" - -typedef struct ListItem_ { - Object super; - char* value; - int key; - bool moving; -} ListItem; - -}*/ static void ListItem_delete(Object* cast) { ListItem* this = (ListItem*)cast; -- cgit v1.2.3