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
|
class wxPGWindowList
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxPGWindowList()
|
|
||||||
{
|
|
||||||
m_primary = m_secondary = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
void SetSecondary( wxWindow* secondary ) { m_secondary = secondary; }
|
void SetSecondary( wxWindow* secondary ) { m_secondary = secondary; }
|
||||||
|
|
||||||
wxWindow* m_primary;
|
wxWindow* m_primary;
|
||||||
|
@@ -14,7 +14,6 @@
|
|||||||
class wxPGWindowList
|
class wxPGWindowList
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxPGWindowList();
|
|
||||||
void SetSecondary( wxWindow* secondary );
|
void SetSecondary( wxWindow* secondary );
|
||||||
|
|
||||||
wxWindow* m_primary;
|
wxWindow* m_primary;
|
||||||
|
Reference in New Issue
Block a user