From ff7398745785015fb0aa890cc011b6ed1da7f93c Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 8 Dec 2011 18:09:22 +0000 Subject: [PATCH] Removed skeletons for macros that are not immediately planned for implementation --- js/WikiTextMacros.js | 76 -------------------------------------------- 1 file changed, 76 deletions(-) diff --git a/js/WikiTextMacros.js b/js/WikiTextMacros.js index e0895bb20..ae15fb9b6 100644 --- a/js/WikiTextMacros.js +++ b/js/WikiTextMacros.js @@ -38,90 +38,18 @@ wikiTextMacros.macros = { handler: function(macroNode,store) { } }, - annotations: { - handler: function(macroNode,store) { - } - }, - backstage: { - handler: function(macroNode,store) { - } - }, br: { handler: function(macroNode,store) { } }, - closeAll: { - handler: function(macroNode,store) { - } - }, - download: { - handler: function(macroNode,store) { - } - }, - edit: { - handler: function(macroNode,store) { - } - }, - gradient: { - handler: function(macroNode,store) { - } - }, - importTiddlers: { - handler: function(macroNode,store) { - } - }, list: { handler: function(macroNode,store) { } }, - message: { - handler: function(macroNode,store) { - } - }, - newJournal: { - handler: function(macroNode,store) { - } - }, - newTiddler: { - handler: function(macroNode,store) { - } - }, - option: { - handler: function(macroNode,store) { - } - }, - options: { - handler: function(macroNode,store) { - } - }, - permaview: { - handler: function(macroNode,store) { - } - }, - plugins: { - handler: function(macroNode,store) { - } - }, - refreshDisplay: { - handler: function(macroNode,store) { - } - }, - saveChanges: { - handler: function(macroNode,store) { - } - }, - search: { - handler: function(macroNode,store) { - } - }, slider: { handler: function(macroNode,store) { } }, - sync: { - handler: function(macroNode,store) { - } - }, tabs: { handler: function(macroNode,store) { } @@ -130,10 +58,6 @@ wikiTextMacros.macros = { handler: function(macroNode,store) { } }, - tagChooser: { - handler: function(macroNode,store) { - } - }, tagging: { handler: function(macroNode,store) { }