diff --git a/CLOUDS/src/superstructure.cpp b/CLOUDS/src/superstructure.cpp index bdeff46..d3aa0ad 100644 --- a/CLOUDS/src/superstructure.cpp +++ b/CLOUDS/src/superstructure.cpp @@ -212,11 +212,6 @@ namespace superstruct { } } - void toggleIntake(bool val) { - int valTo = (val == true) ? 1 : 0; - intake_piston.set_value(valTo); - } - /* Controls -> For whoever is controlling the robot */