diff options
author | Nivesh Rajbhandari | 2012-05-24 11:20:42 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-24 11:20:42 -0700 |
commit | 1adc3b050728e393583f94eb2216db813d4a7293 (patch) | |
tree | a3eacb511792ec5e199190b3d4f0c04d52deab28 /js/helper-classes | |
parent | 209ec9524a987a8f8bc20c57e2a76ac55be15fd9 (diff) | |
download | ninja-1adc3b050728e393583f94eb2216db813d4a7293.tar.gz |
Removed unused variables and methods in stage-deps, layout design, and snap-manager.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/helper-classes')
-rwxr-xr-x | js/helper-classes/3D/snap-manager.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/js/helper-classes/3D/snap-manager.js b/js/helper-classes/3D/snap-manager.js index 0f456e1e..f0f8dbe4 100755 --- a/js/helper-classes/3D/snap-manager.js +++ b/js/helper-classes/3D/snap-manager.js | |||
@@ -470,13 +470,6 @@ var SnapManager = exports.SnapManager = Montage.create(Component, { | |||
470 | } | 470 | } |
471 | }, | 471 | }, |
472 | 472 | ||
473 | reload2DCache: { | ||
474 | value: function() { | ||
475 | this.clear2DCache(); | ||
476 | this.load2DCache(workingPlane); | ||
477 | } | ||
478 | }, | ||
479 | |||
480 | clear2DCache : { | 473 | clear2DCache : { |
481 | value : function() { | 474 | value : function() { |
482 | // clear the 2D cache flags in the objects | 475 | // clear the 2D cache flags in the objects |