# HG changeset patch # User Neil Muller # Date 1344172346 -7200 # Node ID 9c1cb8a8bc1c79fc245784f9140aaa1fb52f8315 # Parent 62f4f948ff0104760017268df23687fc761a5e4e Remove stale animate function diff -r 62f4f948ff01 -r 9c1cb8a8bc1c pyntnclick/state.py --- a/pyntnclick/state.py Sun Aug 05 15:02:26 2012 +0200 +++ b/pyntnclick/state.py Sun Aug 05 15:12:26 2012 +0200 @@ -173,10 +173,6 @@ def set_tool(self, item): self.tool = item - def animate(self): - if not self.do_check: - return self.current_scene.animate() - class GameDeveloperGizmo(object): """Base class for objects game developers see."""