Remove "wml-utils" require from files that no longer use it

This commit is contained in:
Celtic Minstrel 2019-12-04 08:48:53 -05:00
parent f2f35cbd38
commit 7a1390adf7
3 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
local utils = wesnoth.require "wml-utils"
-- registers an event handler. note that, like all lua variables this is not persitent in savefiles,
-- so you have to call this function from a toplevel lua tag or from a preload event.
-- It is also not possible to use this for first_time_only=yes events.

View file

@ -1,4 +1,3 @@
local utils = wesnoth.require "wml-utils"
local already_ended = false
function wesnoth.wml_actions.endlevel(cfg)

View file

@ -1,4 +1,3 @@
local utils = wesnoth.require "wml-utils"
local function path_locs(path)
if path.location_id then