summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/bot.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/bot.h')
-rw-r--r--digital/io/src/bot.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/digital/io/src/bot.h b/digital/io/src/bot.h
index 06f6559b..01515574 100644
--- a/digital/io/src/bot.h
+++ b/digital/io/src/bot.h
@@ -128,18 +128,4 @@
/** Gate stroke in steps. */
#define BOT_GATE_STROKE_STEP -0x203e
-/**
- * Definition of the colors.
- */
-enum team_color_e
-{
- RED_TEAM = 0,
- BLUE_TEAM = 1
-};
-
-/**
- * Our color.
- */
-extern enum team_color_e bot_color;
-
#endif /* bot_h */