Skip to content

Commit

Permalink
Remove unused folders/files
Browse files Browse the repository at this point in the history
  • Loading branch information
anivanchen committed Feb 16, 2024
1 parent cc11727 commit b5ab8a4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 54 deletions.
Empty file removed images/.gitkeep
Empty file.
3 changes: 0 additions & 3 deletions src/main/deploy/.gitkeep

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/java/com/stuypulse/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import com.stuypulse.stuylib.input.Gamepad;
import com.stuypulse.stuylib.input.gamepads.AutoGamepad;

import com.stuypulse.robot.commands.auton.DoNothingAuton;
import com.stuypulse.robot.constants.Ports;
import com.stuypulse.robot.subsystems.AbstractSysID;

Expand Down Expand Up @@ -55,7 +54,6 @@ private void configureButtonBindings() {}
/**************/

public void configureAutons() {
autonChooser.setDefaultOption("Do Nothing", new DoNothingAuton());
autonChooser.addOption("Quasistatic Forward", sysid.quasistaticForward());
autonChooser.addOption("Quasistatic Reverse", sysid.quasistaticReverse());
autonChooser.addOption("Dynamic Forward", sysid.dynamicForward());
Expand Down
26 changes: 0 additions & 26 deletions src/main/java/com/stuypulse/robot/commands/DoNothingCommand.java

This file was deleted.

This file was deleted.

Empty file.
Empty file.

0 comments on commit b5ab8a4

Please sign in to comment.