]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove usused variable
authorRobert Roebling <robert@roebling.de>
Tue, 22 Apr 2008 08:29:01 +0000 (08:29 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 22 Apr 2008 08:29:01 +0000 (08:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dataview.h

index dca249147ad30565e2ee7f441d4a8bc5850a53b8..ee31afec70377c07e6b032a8b4dbb38cf4f237ec 100644 (file)
@@ -293,7 +293,6 @@ private:
     wxDataViewItemArray m_hash;
     unsigned int m_lastIndex;
     bool m_ordered;
-    bool m_useHash;
 };
 
 // ---------------------------------------------------------