From 19701d22df4df1000fb7aecd76e95594724521a3 Mon Sep 17 00:00:00 2001 From: Michael Bedward Date: Tue, 7 Mar 2000 08:22:43 +0000 Subject: [PATCH] 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 --- include/wx/generic/grid.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.0