mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 533580 - strip busted tbird support
This commit is contained in:
parent
a27daaaec5
commit
8df647353a
@ -125,7 +125,6 @@ kSyncBackoffNotMet: "Trying to sync before the server said it
|
||||
|
||||
// Application IDs
|
||||
FIREFOX_ID: "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
|
||||
THUNDERBIRD_ID: "{3550f703-e582-4d05-9a08-453d09bdfdc6}",
|
||||
FENNEC_ID: "{a23983c0-fd0e-11dc-95ff-0800200c9a66}",
|
||||
SEAMONKEY_ID: "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
|
||||
|
||||
|
@ -357,10 +357,6 @@ WeaveSvc.prototype = {
|
||||
case SEAMONKEY_ID:
|
||||
engines = ["Form", "History", "Password", "Tab"];
|
||||
break;
|
||||
|
||||
case THUNDERBIRD_ID:
|
||||
engines = ["Password"];
|
||||
break;
|
||||
}
|
||||
|
||||
// Grab the actual engine and register them
|
||||
|
Loading…
Reference in New Issue
Block a user