From: Michael Bedward Date: Tue, 7 Mar 2000 08:22:43 +0000 (+0000) Subject: Removed redundant m_displayed member var from wxGrid X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/19701d22df4df1000fb7aecd76e95594724521a3 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 --- diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index 40fd20a7d2..f2c266d4f6 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -1502,7 +1502,6 @@ protected: virtual wxSize DoGetBestSize() const; bool m_created; - bool m_displayed; wxGridWindow *m_gridWin; wxGridRowLabelWindow *m_rowLabelWin;