changeset 714:9c1cb8a8bc1c pyntnclick

Remove stale animate function
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 05 Aug 2012 15:12:26 +0200
parents 62f4f948ff01
children 4716709b28c1
files pyntnclick/state.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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."""