From 22290738f1f65c6b11b98c6a2db13f81dacb3d28 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 14 May 2012 07:42:28 +0200 Subject: Lua: Move "Mandos" spell functions to C --- src/variable.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index 11019a22..105bbc7f 100644 --- a/src/variable.c +++ b/src/variable.c @@ -1574,11 +1574,6 @@ s32b DUNGEON_ASTRAL_WILD_Y = 19; */ timer_type *gl_timers = NULL; -/* - * Timered precognition. - */ -s16b tim_precognition = 0; - /** * Get the version string. -- cgit v1.2.1