Dario Manesku 11 years ago
parent
commit
a64762de1d
1 changed files with 0 additions and 7 deletions
  1. 0 7
      examples/common/imgui/imgui.cpp

+ 0 - 7
examples/common/imgui/imgui.cpp

@@ -1612,13 +1612,6 @@ struct Imgui
 		float hsv[3];
 		float hsv[3];
 		rgbToHsv(hsv, _color);
 		rgbToHsv(hsv, _color);
 
 
-		enum Picked
-		{
-			None,
-			Wheel,
-			Triangle,
-		};
-
 		if (_enabled)
 		if (_enabled)
 		{
 		{
 			if (m_leftPressed)
 			if (m_leftPressed)