[Mobile] Clean Up

Removed test PlotController functions
which are unused.
This commit is contained in:
Shivam Dave 2015-09-03 09:53:17 -07:00
parent c8b02d355f
commit db1b76413c

View File

@ -171,14 +171,6 @@ define(
handle = undefined;
}
}
function doPinch(dimensions, dimensionsPrev, event, eventPrev, currSubplot) {
currSubplot.pinchZoomTest(dimensions, dimensionsPrev, event, eventPrev);
}
function doPan(position) {
console.log("PANP: " + position);
}
// Subscribe to telemetry when a domain object becomes available
$scope.$watch('domainObject', subscribe);
@ -186,9 +178,6 @@ define(
// Unsubscribe when the plot is destroyed
$scope.$on("$destroy", releaseSubscription);
$scope.handlePinch = doPinch;
$scope.handlePan = doPan;
// Create a throttled update function
scheduleUpdate = throttle(function () {
modeOptions.getModeHandler().getSubPlots()