From 939e01edacc5746bc9c6501721f270751a9be10d Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 17 Feb 2016 16:24:34 +0000 Subject: MirLua: m_popup moved to separate lua library git-svn-id: http://svn.miranda-ng.org/main/trunk@16293 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/stdafx.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/MirLua/src/stdafx.h') diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 82c6e97b29..7e6f966375 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -88,9 +88,6 @@ LUAMOD_API int (luaopen_m_message)(lua_State *L); #include "m_msg_buttonsbar.h" -#define MLUA_POPUP "m_popup" -LUAMOD_API int (luaopen_m_popup)(lua_State *L); - #include "m_protocols.h" #include "m_schedule.h" -- cgit v1.2.3