1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

apply review comments for CAndroidVMHelper

This commit is contained in:
Andrii Danylchenko
2018-05-26 14:50:49 +03:00
parent ee033e9c9c
commit dcbcff41dc
4 changed files with 4 additions and 11 deletions

View File

@@ -43,11 +43,6 @@ CAndroidVMHelper::CAndroidVMHelper()
}
}
CAndroidVMHelper::~CAndroidVMHelper()
{
Detach();
}
void CAndroidVMHelper::Detach()
{
if(envPtr && detachInDestructor)
{