From 2d03e3e6d4f8c8cce84f6f012533b0a84b21abd6 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 26 Feb 2016 15:03:45 -0800 Subject: [PATCH] [Templates] Remove unused template path calculation --- platform/forms/src/MCTToolbar.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/platform/forms/src/MCTToolbar.js b/platform/forms/src/MCTToolbar.js index 7db74a9dbe..15e3523d11 100644 --- a/platform/forms/src/MCTToolbar.js +++ b/platform/forms/src/MCTToolbar.js @@ -50,12 +50,6 @@ define( * @constructor */ function MCTForm() { - var templatePath = [ - "platform/forms", //MCTForm.bundle.path, - "res", //MCTForm.bundle.resources, - "templates/toolbar.html" - ].join("/"); - return { // Only show at the element level restrict: "E",