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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user