Browse Source

removed unused private vars

Adam Bowman 8 years ago
parent
commit
0a4fd68b90
1 changed files with 1 additions and 4 deletions
  1. 1 4
      gui/src/controls/colorpicker.ts

+ 1 - 4
gui/src/controls/colorpicker.ts

@@ -11,10 +11,7 @@ module BABYLON.GUI {
 
         private _pointerStartedOnSquare = false;
         private _pointerStartedOnWheel = false;
-
-        private _squarePoint = Vector2.Zero();
-        private _wheelPoint = Vector2.Zero();
-
+        
         private _squareLeft = 0;
         private _squareTop = 0;
         private _squareSize = 0;