Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/api/GameState.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-08-22 21:20:52 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-08-22 21:20:52 (GMT)
commita8b8f856120ebde13c4703e3aa460594822cc56f (patch)
treeec28e9637873287ecd6fd1af2f24435a5b0d93b0 /src/api/GameState.py
parent9a62679e89ad1fbc0954ba5bdb378b6c132c04ec (diff)
more cleans and fixes
Diffstat (limited to 'src/api/GameState.py')
-rwxr-xr-xsrc/api/GameState.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/api/GameState.py b/src/api/GameState.py
index 42c09c7..ffba526 100755
--- a/src/api/GameState.py
+++ b/src/api/GameState.py
@@ -8,9 +8,6 @@ class CGameState(object):
def update(self):
pass
#print "CGameState update"
-
- #def render(self):
- # print "CGameState render"
-
+
def destroy(self):
print "CGameState destroy"