From 998e703ef1355f870bcbddcffe4394561d1377c3 Mon Sep 17 00:00:00 2001 From: Edward Lee Date: Mon, 19 Oct 2009 16:24:32 -0700 Subject: [PATCH] Remove unused pick-sync dialog (<==, <==>, ==>). --- services/sync/locales/en-US/pick-sync.dtd | 9 --------- services/sync/locales/en-US/pick-sync.properties | 5 ----- services/sync/modules/util.js | 4 ---- 3 files changed, 18 deletions(-) delete mode 100644 services/sync/locales/en-US/pick-sync.dtd delete mode 100644 services/sync/locales/en-US/pick-sync.properties diff --git a/services/sync/locales/en-US/pick-sync.dtd b/services/sync/locales/en-US/pick-sync.dtd deleted file mode 100644 index 2977210c2604..000000000000 --- a/services/sync/locales/en-US/pick-sync.dtd +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/services/sync/locales/en-US/pick-sync.properties b/services/sync/locales/en-US/pick-sync.properties deleted file mode 100644 index b9c42b228349..000000000000 --- a/services/sync/locales/en-US/pick-sync.properties +++ /dev/null @@ -1,5 +0,0 @@ -dir.wipeClient.warning.title = Confirm Erase Local Data -dir.wipeClient.warning = This will erase your local data.\n\nAre you sure you want to do this? -dir.wipeRemote.warning.title = Confirm Erase Remote Data -dir.wipeRemote.warning = This will erase your remote data.\n\nAre you sure you want to do this? - diff --git a/services/sync/modules/util.js b/services/sync/modules/util.js index ccf859e44835..5c8395829579 100644 --- a/services/sync/modules/util.js +++ b/services/sync/modules/util.js @@ -731,10 +731,6 @@ let Utils = { Utils._openChromeWindow("Status", "status.xul"); }, - openSync: function Utils_openSync() { - Utils._openChromeWindow("Sync", "pick-sync.xul"); - }, - getErrorString: function Utils_getErrorString(error, args) { try { return Str.errors.get(error, args || null);