diff options
Diffstat (limited to 'src/directoryrefresher.cpp')
| -rw-r--r-- | src/directoryrefresher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/directoryrefresher.cpp b/src/directoryrefresher.cpp index 599dd815..e8c26c90 100644 --- a/src/directoryrefresher.cpp +++ b/src/directoryrefresher.cpp @@ -470,7 +470,6 @@ void DirectoryRefresher::refresh() QMutexLocker locker(&m_RefreshLock);
m_Root.reset(new DirectoryEntry(L"data", nullptr, 0));
- m_Root->getFileRegister()->reserve(m_lastFileCount);
IPluginGame *game = qApp->property("managed_game").value<IPluginGame*>();
|
