From 6ef98743b002c48fb3bf720fb07936e34926b313 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 8 May 2012 18:59:59 +0200 Subject: Lua: Move "Meta" spell functions to C --- lib/core/util.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/core/util.lua') diff --git a/lib/core/util.lua b/lib/core/util.lua index eea13014..048b0d0f 100644 --- a/lib/core/util.lua +++ b/lib/core/util.lua @@ -93,13 +93,6 @@ function new_timer(t) return timer end --- saves all timer values -function save_timer(name) - add_loadsave(name..".enabled", FALSE) - add_loadsave(name..".delay", 1) - add_loadsave(name..".countdown", 1) -end - -- displays a scrolling list function display_list(y, x, h, w, title, list, begin, sel, sel_color) -- cgit v1.2.3