Get rid of unused wxPGWindowList ctor
There is no use case for wxPGWindowList initialiazed with NULL data.
This commit is contained in:
@@ -27,11 +27,6 @@ class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGrid;
|
||||
class wxPGWindowList
|
||||
{
|
||||
public:
|
||||
wxPGWindowList()
|
||||
{
|
||||
m_primary = m_secondary = NULL;
|
||||
}
|
||||
|
||||
void SetSecondary( wxWindow* secondary ) { m_secondary = secondary; }
|
||||
|
||||
wxWindow* m_primary;
|
||||
|
Reference in New Issue
Block a user