mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:57:59 +01:00
remove old/disabled :addons command
This commit is contained in:
@@ -1757,7 +1757,6 @@ function selectInput()
|
||||
texts.snapshotItem(0).focus();
|
||||
}
|
||||
|
||||
|
||||
function toggle_images() {
|
||||
if (!gPrefService) {
|
||||
message("EEP: no gPrefService");
|
||||
@@ -1779,18 +1778,4 @@ function toggle_images() {
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user