Removed redundant m_displayed member var from wxGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2a7750d939
commit
19701d22df
@ -1502,7 +1502,6 @@ protected:
|
|||||||
virtual wxSize DoGetBestSize() const;
|
virtual wxSize DoGetBestSize() const;
|
||||||
|
|
||||||
bool m_created;
|
bool m_created;
|
||||||
bool m_displayed;
|
|
||||||
|
|
||||||
wxGridWindow *m_gridWin;
|
wxGridWindow *m_gridWin;
|
||||||
wxGridRowLabelWindow *m_rowLabelWin;
|
wxGridRowLabelWindow *m_rowLabelWin;
|
||||||
|
Loading…
Reference in New Issue
Block a user