Skip to content

Commit

Permalink
Remove unused 'panels' variable
Browse files Browse the repository at this point in the history
Besides being unused, it overrides panels() function. While it isn't
used in this script, it isn't clear (to me) what scope does it have, and
it might be relevant to other scripts.
  • Loading branch information
marmarek committed Jul 21, 2023
1 parent ac4713d commit 89e3efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 11-qubes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* replace the default kickoff with Qubes menu */
var panels = panels()
for (var i in panelIds) {
var panel = panelById(panelIds[i])
var widgetIds = panel.widgetIds
Expand Down

0 comments on commit 89e3efd

Please sign in to comment.