Removed `core.project_dir`

This commit is contained in:
rxi 2020-05-24 13:50:32 +01:00
parent 82e33dd2de
commit c2d27ab3f7
1 changed files with 0 additions and 5 deletions

View File

@ -12,11 +12,6 @@ local Doc
local core = {}
-- the following line has been added for temporary backwards-compatibility with
-- plugins. on the 1.05 release this will be removed:
core.project_dir = "."
local function project_scan_thread()
local function diff_files(a, b)
if #a ~= #b then return true end