summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 99e53d3b2..872c5bc31 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -27,7 +27,6 @@ struct eri;
#define DeprecationWarning(func, bad, good, file, line) ShowError("%s: use of deprecated keyword '%s' (use '%s' instead) in file '%s', line '%d'.\n", (func), (bad), (good), get_script_source(file), (line));
#define DeprecationWarning2(func, bad, good, where) ShowError("%s: detected possible use of wrong case in a script. Found '%s', probably meant to be '%s' (in '%s').\n", (func), (bad), (good), get_script_source(where));
#define disp_deprecation_message(func, good, p) disp_warning_message(func": use of deprecated keyword (use '"good"' instead).", (p));
-#undef get_script_source
#define NUM_WHISPER_VAR 10