Explorar el Código

removed unused private vars

Adam Bowman hace 8 años
padre
commit
0a4fd68b90
Se han modificado 1 ficheros con 1 adiciones y 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;