Remove usused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -293,7 +293,6 @@ private:
 | 
				
			|||||||
    wxDataViewItemArray m_hash;
 | 
					    wxDataViewItemArray m_hash;
 | 
				
			||||||
    unsigned int m_lastIndex;
 | 
					    unsigned int m_lastIndex;
 | 
				
			||||||
    bool m_ordered;
 | 
					    bool m_ordered;
 | 
				
			||||||
    bool m_useHash;
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// ---------------------------------------------------------
 | 
					// ---------------------------------------------------------
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user