Explorar o código

removed unused private vars

Adam Bowman %!s(int64=8) %!d(string=hai) anos
pai
achega
0a4fd68b90
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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;