summaryrefslogtreecommitdiff
path: root/lib/core/util.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/util.lua')
-rw-r--r--lib/core/util.lua7
1 files changed, 0 insertions, 7 deletions
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)