Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
92:b2f4ed4cb1e5
Parent:
89:7f9d6e641a01
Child:
94:0381e8b1beda
--- a/source/Movement.cpp	Mon May 01 18:03:17 2017 +0000
+++ b/source/Movement.cpp	Tue May 02 09:55:55 2017 +0000
@@ -79,12 +79,6 @@
     return wanted_dist;
 }
 
-int move_backward_for_distance()
-{
-
-    return 0;
-}
-
 float turn_for_deg(float deg)   //if deg not 0 equals initilisation.
 {