diff options
Diffstat (limited to 'src/map/magic-expr-eval.hpp')
-rw-r--r-- | src/map/magic-expr-eval.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/map/magic-expr-eval.hpp b/src/map/magic-expr-eval.hpp index ae9699d..1c4e1d2 100644 --- a/src/map/magic-expr-eval.hpp +++ b/src/map/magic-expr-eval.hpp @@ -7,13 +7,6 @@ /* Helper definitions for dealing with functions and operations */ -static -earray<int, DIR, DIR::COUNT> heading_x //= -{{ 0, -1, -1, -1, 0, 1, 1, 1 }}; -static -earray<int, DIR, DIR::COUNT> heading_y //= -{{ 1, 1, 0, -1, -1, -1, 0, 1 }}; - int magic_signature_check(const char *opname, const char *funname, const char *signature, int args_nr, val_t *args, int line, int column); |