Minor cleanup to project directory stuff

This commit is contained in:
Francesco Abbate
2020-12-26 23:39:27 +01:00
parent 54518c438d
commit 5449781353
2 changed files with 2 additions and 6 deletions
-4
View File
@@ -37,10 +37,6 @@ local function relative_filename(filename, dirname)
end
local function belongs_to_directory(item, dirname)
return relative_filename(item.filename, dirname)
end
function TreeView:get_cached(item, dirname)
local dir_cache = self.cache[dirname]