1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 04:39:42 +00:00

Remove incorrect destructor that was added in !1557.

This commit is contained in:
Petr Mikheev 2022-01-15 13:59:22 +01:00
parent c33534f468
commit 4677912997

View file

@ -24,7 +24,6 @@ namespace MWLua
{
public:
LuaManager(const VFS::Manager* vfs, const std::string& libsDir);
~LuaManager() { clear(); }
// Called by engine.cpp when the environment is fully initialized.
void init();