From f8ced7977b10f681ea23e96c63468af8d929bda0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 17 Jun 2020 13:00:33 -0700 Subject: [PATCH] Remove a hack that is no longer needed --- etg/grid.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/etg/grid.py b/etg/grid.py index cf76b326..65ffd7f4 100644 --- a/etg/grid.py +++ b/etg/grid.py @@ -405,9 +405,6 @@ def run(): module.find('wxGridCellEditorPtr').piIgnored = True module.find('wxGridCellAttrPtr').piIgnored = True - module.addHeaderCode('#define sipName_ptr "ptr"') - module.addHeaderCode('#define sipName_tocopy "tocopy"') - #----------------------------------------------------------------- # The instanceCode attribute is code that is used to make a default # instance of the class. We can't create them using the same class in