From cf118a310cbdadf5158366405f6db930532969c8 Mon Sep 17 00:00:00 2001 From: chrys Date: Sun, 23 Jul 2017 13:08:16 +0200 Subject: [PATCH] remove unused functions --- src/fenrir/core/inputManager.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/fenrir/core/inputManager.py b/src/fenrir/core/inputManager.py index 1b2fdc55..df82337e 100644 --- a/src/fenrir/core/inputManager.py +++ b/src/fenrir/core/inputManager.py @@ -153,14 +153,6 @@ class inputManager(): self.env['runtime']['debug'].writeDebugOut("Error while writeUInput",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): return self.env['input']['currInput'] == [] def isKeyPress(self):