| 711 | } |
| 712 | |
| 713 | void CategoryUpdate(uint32 NOT_ON_DAEMON(cat)) |
| 714 | { |
| 715 | #ifndef AMULE_DAEMON |
| 716 | if (theApp->amuledlg->m_transferwnd) { |
| 717 | theApp->amuledlg->m_transferwnd->UpdateCategory(cat); |
| 718 | theApp->amuledlg->m_transferwnd->downloadlistctrl->Refresh(); |
| 719 | theApp->amuledlg->m_searchwnd->UpdateCatChoice(); |
| 720 | } |
| 721 | #endif |
| 722 | } |
| 723 | |
| 724 | void CategoryDelete(uint32 cat) |
| 725 | { |
nothing calls this directly
no test coverage detected