Code to run the microcontrollers on the R5 competition bot

Dependencies:   LineSensors mbed

Revision:
19:9f4510646c9e
Parent:
17:5046b27f5441
Child:
22:8f726dc175cd
--- a/r5map.cpp	Sat Apr 18 03:13:27 2015 +0000
+++ b/r5map.cpp	Sat Apr 18 03:50:32 2015 +0000
@@ -189,8 +189,6 @@
     }
 }
 
-vector<char> R5Map::getCurSymbols() const { return map[pos.x][pos.y].symbols; }
-
 int R5Map::getSize() const { return size; }
 
 void R5Map::printMap() const