diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-02-17 16:24:34 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-02-17 16:24:34 +0000 |
commit | 939e01edacc5746bc9c6501721f270751a9be10d (patch) | |
tree | 9ee488e72880dcfca349cff9fa173095f222ee58 /plugins/MirLua/src/stdafx.h | |
parent | 962a3d06bbd73aa7bb46eb8ae3e65c31a1902d5d (diff) |
MirLua: m_popup moved to separate lua library
git-svn-id: http://svn.miranda-ng.org/main/trunk@16293 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
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"
|