mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Common UI] Remove unused function
Remove obsolete function from mct-split-pane, WTD-1363
This commit is contained in:
parent
c262fe814c
commit
b524dc451f
@ -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' ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user