From 8911bedbd73321e231570a9669e64fcdf73baba8 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 30 Sep 2010 16:51:59 +1000 Subject: [PATCH] Remove a stale comment. The visualbell popup no longer clears the command-line. --HG-- extra : rebase_source : 0b661f2b1ff98eda15cf531aa060b54a7e8bf600 --- common/content/dactyl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 601782c1..c830cc20 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -124,7 +124,6 @@ const Dactyl = Module("dactyl", { * 'visualbell' option. */ beep: requiresMainThread(function () { - // FIXME: popups clear the command line if (options["visualbell"]) { // flash the visual bell let popup = document.getElementById("dactyl-visualbell");