[Common UI] Remove unused function

Remove obsolete function from mct-split-pane, WTD-1363
This commit is contained in:
Victor Woeltjen 2015-06-29 11:27:48 -07:00
parent c262fe814c
commit b524dc451f

View File

@ -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' ?