remove deprecated code
This commit is contained in:
parent
6e460a20ac
commit
f4f33bd36b
|
@ -45,7 +45,6 @@ end
|
|||
local function save(filename)
|
||||
doc():save(filename and core.normalize_to_project_dir(filename))
|
||||
local saved_filename = doc().filename
|
||||
core.on_doc_save(saved_filename)
|
||||
core.log("Saved \"%s\"", saved_filename)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue