diff -r 7ce7a43aeeba -r 2b022e5ba54c Project/ProjectInterfacesBrowser.py --- a/Project/ProjectInterfacesBrowser.py Sun Jul 29 12:53:57 2018 +0200 +++ b/Project/ProjectInterfacesBrowser.py Sun Jul 29 14:00:23 2018 +0200 @@ -678,14 +678,6 @@ """ params = self.project.pdata["IDLPARAMS"] - # TODO: remove this test code once done - params = { - "IncludeDirs": ["sub3", "sub2"], - "DefinedNames": ["n2", "n1=1", "n3 = h e l p"], - "UndefinedNames": ["v5", "v2", "aa"], - } - - # TODO: implement IDL compiler options dialog from .IdlCompilerOptionsDialog import IdlCompilerOptionsDialog dlg = IdlCompilerOptionsDialog( params["IncludeDirs"][:], params["DefinedNames"][:],