1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 14:04:14 +01:00

Remove unused variable.

This commit is contained in:
Doug Kearns
2009-11-14 21:54:09 +11:00
parent 1d783600fb
commit 607e65bf6f

View File

@@ -83,7 +83,6 @@ const Events = Module("events", {
liberator.echomsg('Searching for "macros/*" in "' + dir.path + '"', 2);
liberator.log("Sourcing macros directory: " + dir.path + "...", 3);
let files = io.readDirectory(dir.path);
for (let file in dir.iterDirectory()) {
if (file.exists() && !file.isDirectory() && file.isReadable() &&
/^[\w_-]+(\.vimp)?$/i.test(file.leafName)) {