From 78bf8d26567a2054bd9ff5268f9f73cb07d82b98 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 24 Feb 2014 09:17:02 +0100 Subject: Ref redesign, part 1 - Moved string and numeric mapregs into the same DBMap (for consistency with the other reg types.) Signed-off-by: Haru --- src/map/script.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/map/script.h') diff --git a/src/map/script.h b/src/map/script.h index 7ab7f17c6..c0160fd49 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -407,17 +407,6 @@ struct script_state { unsigned int id; }; -/* TODO: HELLO DUCK THIS */ -struct script_reg { - int64 index; - int data; -}; -/* TODO: HELLO DUCK THIS */ -struct script_regstr { - int64 index; - char* data; -}; - struct script_function { bool (*func)(struct script_state *st); char *name; -- cgit v1.2.3-70-g09d2