remove unused functions

This commit is contained in:
chrys 2017-07-23 13:08:16 +02:00
parent aad47d0746
commit cf118a310c

View File

@ -153,14 +153,6 @@ class inputManager():
self.env['runtime']['debug'].writeDebugOut("Error while writeUInput",debug.debugLevel.ERROR) self.env['runtime']['debug'].writeDebugOut("Error while writeUInput",debug.debugLevel.ERROR)
self.env['runtime']['debug'].writeDebugOut(str(e),debug.debugLevel.ERROR) self.env['runtime']['debug'].writeDebugOut(str(e),debug.debugLevel.ERROR)
#def isFenrirKeyPressed(self):
# print('isFenrirKeyPressed')
# return 'KEY_FENRIR' in self.env['input']['prevDeepestInput']
#def isScriptKeyPressed(self):
# print('isScriptKeyPressed')
# return 'KEY_SCRIPT' in self.env['input']['prevDeepestInput']
def noKeyPressed(self): def noKeyPressed(self):
return self.env['input']['currInput'] == [] return self.env['input']['currInput'] == []
def isKeyPress(self): def isKeyPress(self):