Blob Blame History Raw
From: Dmitry Shachnev <mitya57@debian.org>
Date: Thu, 17 Jun 2021 17:09:31 +0300
Subject: Remove code that adds wxPG_SUBID* as enums

Origin: upstream, https://github.com/wxWidgets/Phoenix/commit/87d7edab833debf3
---
 etg/propgrid.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/etg/propgrid.py b/etg/propgrid.py
index 8071041..ddde202 100644
--- a/etg/propgrid.py
+++ b/etg/propgrid.py
@@ -101,13 +101,6 @@ def run():
         EVT_PG_COL_END_DRAG = wx.PyEventBinder( wxEVT_PG_COL_END_DRAG, 1 )
         """)
 
-    module.addItem(etgtools.WigCode("""\
-        enum {
-            wxPG_SUBID1,
-            wxPG_SUBID2,
-            wxPG_SUBID_TEMP1,
-        };
-        """))
 
     # Switch all wxVariant types to wxPGVariant, so the propgrid-specific
     # version of the MappedType will be used for converting to/from Python