| 129 | } |
| 130 | |
| 131 | void CCommunityIcons::Load() |
| 132 | { |
| 133 | m_vCommunityIcons.clear(); |
| 134 | Storage()->ListDirectory(IStorage::TYPE_ALL, "communityicons", FileScan, this); |
| 135 | } |
| 136 | |
| 137 | void CCommunityIcons::Shutdown() |
| 138 | { |
nothing calls this directly
no test coverage detected