From b524dc451fb886a10261e1ea594253910ceb4002 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 29 Jun 2015 11:27:48 -0700 Subject: [PATCH] [Common UI] Remove unused function Remove obsolete function from mct-split-pane, WTD-1363 --- platform/commonUI/general/src/directives/MCTSplitPane.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/commonUI/general/src/directives/MCTSplitPane.js b/platform/commonUI/general/src/directives/MCTSplitPane.js index 899a8f5ad2..8c9493364a 100644 --- a/platform/commonUI/general/src/directives/MCTSplitPane.js +++ b/platform/commonUI/general/src/directives/MCTSplitPane.js @@ -107,11 +107,6 @@ define( positionParsed = $parse($attrs.position), position; // Start undefined, until explicitly set - // Create a calc CSS expression - function calcSum(a, b) { - return "calc(" + a + " + " + b + ")"; - } - // Get relevant size (height or width) of DOM element function getSize(domElement) { return (anchor.orientation === 'vertical' ?