summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h11
1 files changed, 0 insertions, 11 deletions
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;