Remove "wml-utils" require from files that no longer use it
This commit is contained in:
parent
f2f35cbd38
commit
7a1390adf7
3 changed files with 0 additions and 3 deletions
|
@ -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,
|
-- 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.
|
-- 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.
|
-- It is also not possible to use this for first_time_only=yes events.
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
local utils = wesnoth.require "wml-utils"
|
|
||||||
local already_ended = false
|
local already_ended = false
|
||||||
|
|
||||||
function wesnoth.wml_actions.endlevel(cfg)
|
function wesnoth.wml_actions.endlevel(cfg)
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
local utils = wesnoth.require "wml-utils"
|
|
||||||
|
|
||||||
local function path_locs(path)
|
local function path_locs(path)
|
||||||
if path.location_id then
|
if path.location_id then
|
||||||
|
|
Loading…
Add table
Reference in a new issue