diff --git a/examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde b/examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde index 0e2f01a..e8e784d 100644 --- a/examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde +++ b/examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde @@ -30,19 +30,6 @@ void draw() { println(cp5.get(ColorWheel.class,"c").getRGB()); } - -/** -* ControlP5 ColorWheel -* -* -* find a list of public methods available for the ColorWheel Controller -* at the bottom of this sketch. -* -* by Andreas Schlegel, 2012 -* www.sojamo.de/libraries/controlp5 -* -*/ - /* a list of all methods available for the ColorWheel Controller use ControlP5.printPublicMethodsFor(ColorWheel.class);