code cleanup

This commit is contained in:
Blu3train 2024-03-16 00:55:36 +01:00
parent 12e1fa227e
commit 0089e378d9

View File

@ -570,7 +570,6 @@ namespace Engine
hp.offset = pusha_rdx_off -4; //RDX
hp.filter_fun = [](LPVOID data, DWORD *size, HookParam *, BYTE)
{
static std::wstring prevText;
auto text = reinterpret_cast<LPWSTR>(data);
auto len = reinterpret_cast<size_t *>(size);