Browse Source

delete unused code

Bastien Sevajol 9 years ago
parent
commit
327b8df6eb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      intelligine/synergy/object/ant/Ant.py

+ 0 - 6
intelligine/synergy/object/ant/Ant.py View File

63
             for obj_carried in self._carried:
63
             for obj_carried in self._carried:
64
                 obj_carried.set_position(position)
64
                 obj_carried.set_position(position)
65
 
65
 
66
-    # TODO: N'est plus utiliser ! delete it !
67
-    def get_last_pheromone_point(self, pheromone_name):
68
-        if pheromone_name in self._last_pheromones_points:
69
-            return self._last_pheromones_points[pheromone_name]
70
-        return self._start_position
71
-
72
     def initialize(self):
66
     def initialize(self):
73
         super().initialize()
67
         super().initialize()
74
         if self.get_movement_pheromone_gland().is_enabled():
68
         if self.get_movement_pheromone_gland().is_enabled():