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:
Michael Bedward 2000-03-07 08:22:43 +00:00
parent 2a7750d939
commit 19701d22df

View File

@ -1502,7 +1502,6 @@ protected:
virtual wxSize DoGetBestSize() const;
bool m_created;
bool m_displayed;
wxGridWindow *m_gridWin;
wxGridRowLabelWindow *m_rowLabelWin;