1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-26 06:40:22 +00:00

Remove redundant return

This commit is contained in:
elsid 2023-12-23 18:53:38 +01:00
parent 0cf55d3617
commit 329500b087
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -52,7 +52,6 @@ namespace DetourNavigator
mTop = mPrev;
mPrev = getTempPtrPrev(mTop);
}
return;
}
private: