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:
parent
c33534f468
commit
4677912997
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue