projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2ddc77
)
Remove usused variable
author
Robert Roebling
<robert@roebling.de>
Tue, 22 Apr 2008 08:29:01 +0000
(08:29 +0000)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/dataview.h
b/include/wx/dataview.h
index dca249147ad30565e2ee7f441d4a8bc5850a53b8..ee31afec70377c07e6b032a8b4dbb38cf4f237ec 100644
(file)
--- a/
include/wx/dataview.h
+++ b/
include/wx/dataview.h
@@
-293,7
+293,6
@@
private:
wxDataViewItemArray m_hash;
unsigned int m_lastIndex;
bool m_ordered;
- bool m_useHash;
};
// ---------------------------------------------------------