]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed redundant m_displayed member var from wxGrid
authorMichael Bedward <mbedward@ozemail.com.au>
Tue, 7 Mar 2000 08:22:43 +0000 (08:22 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Tue, 7 Mar 2000 08:22:43 +0000 (08:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/grid.h

index 40fd20a7d237b8114adaca59ae6e891c6947152a..f2c266d4f60fe2a264362802cbb8931a908dd4d4 100644 (file)
@@ -1502,7 +1502,6 @@ protected:
     virtual wxSize DoGetBestSize() const;
 
     bool m_created;
-    bool m_displayed;
 
     wxGridWindow             *m_gridWin;
     wxGridRowLabelWindow     *m_rowLabelWin;