summaryrefslogtreecommitdiffstats
path: root/CheckItem.c
diff options
context:
space:
mode:
Diffstat (limited to 'CheckItem.c')
-rw-r--r--CheckItem.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/CheckItem.c b/CheckItem.c
index 910981e8..d14149ee 100644
--- a/CheckItem.c
+++ b/CheckItem.c
@@ -12,17 +12,6 @@ in the source distribution for its full text.
#include <assert.h>
#include <stdlib.h>
-/*{
-#include "Object.h"
-
-typedef struct CheckItem_ {
- Object super;
- char* text;
- bool* ref;
- bool value;
-} CheckItem;
-
-}*/
static void CheckItem_delete(Object* cast) {
CheckItem* this = (CheckItem*)cast;