From ab3d423b1dc514e9db61c170ca14bab49e5280cb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Jan 2024 23:34:30 +0300 Subject: major atavism, PROTORECVEVENT, died with its own set of constants --- plugins/MirLua/src/Modules/m_protocols.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/MirLua/src') diff --git a/plugins/MirLua/src/Modules/m_protocols.cpp b/plugins/MirLua/src/Modules/m_protocols.cpp index a34f262780..32c8e34590 100644 --- a/plugins/MirLua/src/Modules/m_protocols.cpp +++ b/plugins/MirLua/src/Modules/m_protocols.cpp @@ -299,10 +299,5 @@ LUAMOD_API int luaopen_m_protocols(lua_State *L) .Field(&CCSDATA::lParam, "lParam", LUA_TLIGHTUSERDATA) .Field(&CCSDATA::lParam, "Message", LUA_TSTRING); - MT(L, "PROTORECVEVENT") - .Field(&PROTORECVEVENT::timestamp, "Timestamp", LUA_TINTEGER) - .Field(&PROTORECVEVENT::flags, "Flags", LUA_TINTEGER) - .Field(&PROTORECVEVENT::szMessage, "Message", LUA_TSTRING); - return 1; } -- cgit v1.2.3