浏览代码

removed unused private vars

Adam Bowman 8 年之前
父节点
当前提交
0a4fd68b90
共有 1 个文件被更改,包括 1 次插入4 次删除
  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;