mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 07:15:36 +00:00
Remove redundant destructor
This commit is contained in:
parent
8c6e0866e0
commit
e2e1d913af
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ namespace VFS
|
|||
std::sort(mFiles.begin(), mFiles.end());
|
||||
}
|
||||
|
||||
virtual ~BsaArchive() {}
|
||||
|
||||
void listResources(FileMap& out) override
|
||||
{
|
||||
for (auto& resource : mResources)
|
||||
|
|
Loading…
Reference in a new issue