diff options
Diffstat (limited to 'components/preferences/in-content/applications.js')
-rw-r--r-- | components/preferences/in-content/applications.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/components/preferences/in-content/applications.js b/components/preferences/in-content/applications.js index 64f91b5..d751514 100644 --- a/components/preferences/in-content/applications.js +++ b/components/preferences/in-content/applications.js @@ -1006,7 +1006,6 @@ var gApplicationsPane = { _loadData: function() { this._loadFeedHandler(); - this._loadInternalHandlers(); this._loadPluginHandlers(); this._loadApplicationHandlers(); }, @@ -1023,18 +1022,6 @@ var gApplicationsPane = { }, /** - * Load higher level internal handlers so they can be turned on/off in the - * applications menu. - */ - _loadInternalHandlers: function() { - for (let internalHandler of internalHandlers) { - if (internalHandler.enabled) { - this._handledTypes[internalHandler.type] = internalHandler; - } - } - }, - - /** * Load the set of handlers defined by plugins. * * Note: if there's more than one plugin for a given MIME type, we assume |