summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/types.h b/src/types.h
index cb6d8e73..825e25ab 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2711,15 +2711,6 @@ struct timer_type
};
/*
- * This is for lua functions that need to pass table to c functions
- */
-typedef struct list_type list_type;
-struct list_type
-{
- cptr *list;
-};
-
-/*
* Abilities
*/
typedef struct ability_type ability_type;