| 183 | } |
| 184 | |
| 185 | void twutils::FavLog::Clean() |
| 186 | { |
| 187 | if (s_favLog) |
| 188 | { |
| 189 | delete s_favLog; |
| 190 | LocalFile::RemoveFile("savedata0:tw_fav_log.ini"); |
| 191 | s_favLog = new twutils::FavLog(); |
| 192 | } |
| 193 | } |
| 194 | |
| 195 | void twutils::HistLog::Clean() |
| 196 | { |
nothing calls this directly
no outgoing calls
no test coverage detected