online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/colorpicker/ColorSelect.gd')
-rw-r--r--ui/colorpicker/ColorSelect.gd4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/colorpicker/ColorSelect.gd b/ui/colorpicker/ColorSelect.gd
index 5ee779b..4533514 100644
--- a/ui/colorpicker/ColorSelect.gd
+++ b/ui/colorpicker/ColorSelect.gd
@@ -15,10 +15,6 @@ func set_color(newcolor):
update()
-func apply_hue(newhue):
- self.color.h = newhue
-
-
func _gui_input(event):
if Input.is_action_pressed("click") and event is InputEventMouse:
var position = event.position