]> rtime.felk.cvut.cz Git - eurobot/public.git/blobdiff - src/robomon/RobomonAtlantis.cpp
map: Fixed detection of free obstacles
[eurobot/public.git] / src / robomon / RobomonAtlantis.cpp
index 539634466f184faa0a2df8506435d05be6753191..388b3535da90a98f80303d8dcb938a2e76ab1876 100644 (file)
@@ -607,7 +607,6 @@ void RobomonAtlantis::showPlayground()
 void RobomonAtlantis::paintMap()
 {
        using namespace Qt;
-       int x, y;
         struct map *map = ShmapIsMapInit();
 
         if (!map) return;