Remove unused parameter in angelscript addon.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2021-03-27 22:46:47 +01:00
parent 78268c51c0
commit 057884b0a5
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 5 additions and 5 deletions

View File

@ -222,7 +222,7 @@ void CScriptHandle::EnumReferences(asIScriptEngine *inEngine)
inEngine->GCEnumCallback(m_type); inEngine->GCEnumCallback(m_type);
} }
void CScriptHandle::ReleaseReferences(asIScriptEngine *inEngine) void CScriptHandle::ReleaseReferences(asIScriptEngine *)
{ {
// Simply clear the content to release the references // Simply clear the content to release the references
Set(0, 0); Set(0, 0);