MGR: use wxBitmapComboBox insert() and append() calls without client data argument

svn path=/trunk/boinc/; revision=24612
This commit is contained in:
Charlie Fenton 2011-11-16 14:00:35 +00:00
parent c20babd88c
commit 407599604e
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ void CBOINCBitmapComboBox::Delete(unsigned int n) {
void CBOINCBitmapComboBox::Clear() {
int count = GetCount();
for(int j = count-1; j >=0; --j) {
wxASSERT(!m_pClientData[j]);
m_pClientData[j] = NULL;
}
m_pClientData.clear();