Replace obsolete function

This commit is contained in:
Tixx
2025-04-01 09:43:49 +02:00
parent 6053aa6192
commit 7db40e068e
3 changed files with 2 additions and 6 deletions
-3
View File
@@ -58,9 +58,6 @@ TResourceManager::TResourceManager() {
Application::SetSubsystemStatus("ResourceManager", Application::Status::Good);
}
std::string TResourceManager::NewFileList() const {
return mMods.dump();
}
void TResourceManager::RefreshFiles() {
mMods.clear();
std::unique_lock Lock(mModsMutex);