X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3b6e4ff1158db0335206579b149674eae54a5ac..66ffb23b392a7d02e080fdefc61b87cfe84d6df4:/wxPython/src/gtk/grid.py diff --git a/wxPython/src/gtk/grid.py b/wxPython/src/gtk/grid.py index 9fdde8a7e7..349997649c 100644 --- a/wxPython/src/gtk/grid.py +++ b/wxPython/src/gtk/grid.py @@ -2080,7 +2080,6 @@ def PreGrid(*args, **kwargs): """PreGrid() -> Grid""" val = _grid.new_PreGrid(*args, **kwargs) val.thisown = 1 - self._setOORInfo(self) return val def Grid_GetClassDefaultAttributes(*args, **kwargs):