Mercurial > enso_osx
changeset 10:ea508a158325
Removed tray icon cruft from input manager.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 24 Feb 2008 10:47:32 -0600 |
parents | dde747e0c8c8 |
children | 37cc1514eb00 |
files | enso_osx/input_manager.py |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/enso_osx/input_manager.py Sun Feb 24 09:55:34 2008 -0600 +++ b/enso_osx/input_manager.py Sun Feb 24 10:47:32 2008 -0600 @@ -122,7 +122,7 @@ self.__center.removeObserver_( self ) class InputManager( object ): - def __init__( self, quasimodeKeycode, trayIconPath ): + def __init__( self, quasimodeKeycode ): global _inputManager self.__shouldStop = False @@ -228,12 +228,6 @@ def setCapsLockMode( self, isCapsLockEnabled ): pass - def addTrayMenuItem(self, menuTitle, menuId ): - pass - - def onTrayMenuItem( self, menuId ): - pass - def onTick( self, msPassed ): pass