1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 12:05:47 +01:00

Remove :beep.

This commit is contained in:
Kris Maglione
2010-09-29 15:36:55 -04:00
parent aefe32934b
commit 455059dd76
4 changed files with 1 additions and 19 deletions

View File

@@ -1315,11 +1315,6 @@ const Dactyl = Module("dactyl", {
},
{ argCount: "0" });
commands.add(["beep"],
"Play a system beep", // Play? Wrong word. Implies some kind of musicality. --Kris
function () { dactyl.beep(); },
{ argCount: "0" });
commands.add(["dia[log]"],
"Open a " + config.appName + " dialog",
function (args) {