summaryrefslogtreecommitdiffstats
path: root/ListItem.c
diff options
context:
space:
mode:
Diffstat (limited to 'ListItem.c')
-rw-r--r--ListItem.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ListItem.c b/ListItem.c
index abaf5d0a..73129fa9 100644
--- a/ListItem.c
+++ b/ListItem.c
@@ -15,17 +15,6 @@ in the source distribution for its full text.
#include <assert.h>
#include <stdlib.h>
-/*{
-#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;