diff --git a/etg/aboutdlg.py b/etg/aboutdlg.py index 22228835..c65a31ec 100644 --- a/etg/aboutdlg.py +++ b/etg/aboutdlg.py @@ -31,9 +31,6 @@ def run(): # Tweak the parsed meta objects in the module object as needed for # customizing the generated code and docstrings. - #c = module.find('') - #assert isinstance(c, etgtools.ClassDef) - module.addHeaderCode('#include ') #-----------------------------------------------------------------