From 2624fed4f193f06ccd116957f12903d6cd3a66e7 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 17 Mar 2013 18:45:22 +0000 Subject: [PATCH] Get rid of the support for old-style syncers --- core/modules/startup.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/modules/startup.js b/core/modules/startup.js index 2e32d8059..772d08839 100644 --- a/core/modules/startup.js +++ b/core/modules/startup.js @@ -74,15 +74,6 @@ exports.startup = function() { downloadType: "text/plain" }); },false); - // Install syncers - $tw.syncers = {}; - $tw.modules.forEachModuleOfType("syncer",function(title,module) { - if(module.name && module.syncer) { - $tw.syncers[module.name] = new module.syncer({ - wiki: $tw.wiki - }); - } - }); // Install the crypto event handlers document.addEventListener("tw-set-password",function(event) { $tw.passwordPrompt.createPrompt({