diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-02-18 09:13:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-02-18 09:13:18 +0000 |
commit | 73a0b84498501c1e2907f1cdc5f222f1f400edfd (patch) | |
tree | 0317999b0f7b131b58eed6a25ffe6d2cb3dbe2e8 /plugins/MirLua/src/m_msg_buttonsbar.h | |
parent | 540ac837514edcd79a64ffaf582ce4d9d5f0e478 (diff) |
MirLua:
- m_msg_buttonsbar moved to separate lua library
- fixed loading of other c modules
git-svn-id: http://svn.miranda-ng.org/main/trunk@16300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/m_msg_buttonsbar.h')
-rw-r--r-- | plugins/MirLua/src/m_msg_buttonsbar.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/MirLua/src/m_msg_buttonsbar.h b/plugins/MirLua/src/m_msg_buttonsbar.h deleted file mode 100644 index a4cbccbbdc..0000000000 --- a/plugins/MirLua/src/m_msg_buttonsbar.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _LUA_M_MSG_BUTTONSBAR_H_
-#define _LUA_M_MSG_BUTTONSBAR_H_
-
-#define MLUA_MSGBUTTONSBAR "m_msg_buttonsbar"
-LUAMOD_API int (luaopen_m_msg_buttonsbar)(lua_State *L);
-
-void KillModuleMBButtons();
-
-#endif //_LUA_M_MSG_BUTTONSBAR_H_
\ No newline at end of file |