--- a/ViewManager/ViewManager.py Sat Mar 12 17:42:26 2011 +0100 +++ b/ViewManager/ViewManager.py Sat Mar 19 14:30:58 2011 +0100 @@ -50,7 +50,6 @@ @signal gotFocus() emitted when the focus is changed to this widget """ escPressed = pyqtSignal() - returnPressed = pyqtSignal() gotFocus = pyqtSignal() def editorCommand(self, cmd):