1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 19:47:59 +01:00

remove old/disabled :addons command

This commit is contained in:
Doug Kearns
2007-06-08 00:46:50 +00:00
parent e0f47f8dac
commit 9a1dcb05fc

View File

@@ -1757,7 +1757,6 @@ function selectInput()
texts.snapshotItem(0).focus(); texts.snapshotItem(0).focus();
} }
function toggle_images() { function toggle_images() {
if (!gPrefService) { if (!gPrefService) {
message("EEP: no gPrefService"); message("EEP: no gPrefService");
@@ -1779,18 +1778,4 @@ function toggle_images() {
message ("imageBehavior set to " + pref); message ("imageBehavior set to " + pref);
} }
function(args) { openURLsInNewTab("chrome://mozapps/content/extensions/extensions.xul", true); };
//function Commands()
//{
// this.addons = function(args)
// {
// openURLsInNewTab("chrome://mozapps/content/extensions/extensions.xul", true);
// }
//
// logMessage("Commands initialized");
//}
// vim: set fdm=marker sw=4 ts=4 et: // vim: set fdm=marker sw=4 ts=4 et: