diff -r fe7b94ed01ec -r f888270da22e Project/ProjectSourcesBrowser.py --- a/Project/ProjectSourcesBrowser.py Sat Mar 12 17:42:26 2011 +0100 +++ b/Project/ProjectSourcesBrowser.py Sat Mar 19 14:30:58 2011 +0100 @@ -49,9 +49,7 @@ @signal sourceFile(str, int, str) emitted to open the given file as the given type at the given line. """ - closeSourceWindow = pyqtSignal(str) showMenu = pyqtSignal(str, QMenu) - sourceFile = pyqtSignal((str, ), (str, int), (str, int, str)) def __init__(self, project, parent=None): """