Skip to content

Commit

Permalink
winroot: remove leftover variable
Browse files Browse the repository at this point in the history
  • Loading branch information
CogentRedTester committed Oct 13, 2022
1 parent 01e7600 commit 500e42e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/winroot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ end
-- adds windows drives to the root if they are not already present
local function import_drives()
local drives = get_drives()
local root = fb.get_root()

for _, drive in ipairs(drives) do
fb.register_root_item(drive)
Expand Down

0 comments on commit 500e42e

Please sign in to comment.