Project/ProjectInterfacesBrowser.py

branch
corba_options
changeset 6445
2b022e5ba54c
parent 6442
9d42b6c08a27
child 6645
ad476851d7e0
--- 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"][:],

eric ide

mercurial