diff -r d3ba26384cf8 -r 1138e347c653 ViewManager/ViewManager.py --- a/ViewManager/ViewManager.py Sat Mar 12 13:47:59 2011 +0100 +++ b/ViewManager/ViewManager.py Sat Mar 19 14:29:38 2011 +0100 @@ -49,7 +49,6 @@ @signal gotFocus() emitted when the focus is changed to this widget """ escPressed = pyqtSignal() - returnPressed = pyqtSignal() gotFocus = pyqtSignal() def editorCommand(self, cmd):