mirror of https://github.com/BOINC/boinc.git
MGR: use wxBitmapComboBox insert() and append() calls without client data argument
svn path=/trunk/boinc/; revision=24612
This commit is contained in:
parent
c20babd88c
commit
407599604e
|
@ -111,7 +111,6 @@ void CBOINCBitmapComboBox::Delete(unsigned int n) {
|
||||||
void CBOINCBitmapComboBox::Clear() {
|
void CBOINCBitmapComboBox::Clear() {
|
||||||
int count = GetCount();
|
int count = GetCount();
|
||||||
for(int j = count-1; j >=0; --j) {
|
for(int j = count-1; j >=0; --j) {
|
||||||
wxASSERT(!m_pClientData[j]);
|
|
||||||
m_pClientData[j] = NULL;
|
m_pClientData[j] = NULL;
|
||||||
}
|
}
|
||||||
m_pClientData.clear();
|
m_pClientData.clear();
|
||||||
|
|
Loading…
Reference in New Issue