summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2016-02-17 15:38:39 +0000
committerAlexander Lantsev <aunsane@gmail.com>2016-02-17 15:38:39 +0000
commit962a3d06bbd73aa7bb46eb8ae3e65c31a1902d5d (patch)
treefdb6bec16074d47e7be2aefea625500e94ff17c6 /plugins/MirLua/src/stdafx.h
parent08d411ef426d5b630f0f4592be904ab9e1bd5e5a (diff)
MirLua: m_variableas moved to separate lua library
git-svn-id: http://svn.miranda-ng.org/main/trunk@16292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index f90db7243b..82c6e97b29 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -32,7 +32,6 @@
#include <m_msg_buttonsbar.h>
#include <m_popup.h>
#include <m_toptoolbar.h>
-#include <m_variables.h>
#include <lua.hpp>
@@ -101,10 +100,6 @@ LUAMOD_API int (luaopen_m_sounds)(lua_State *L);
#include "m_toptoolbar.h"
-#define MLUA_VARIABLES "m_variables"
-LUAMOD_API int (luaopen_m_variables)(lua_State *L);
-
-
/* utils */
extern HANDLE hNetlib;