From 8be4814cca3be42be785da6a366f3da978a4ab72 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 22 Jun 2015 09:01:42 +0000 Subject: MirLua: refactoring git-svn-id: http://svn.miranda-ng.org/main/trunk@14321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'plugins/MirLua/src/mlua.h') diff --git a/plugins/MirLua/src/mlua.h b/plugins/MirLua/src/mlua.h index 51d3a0b5bb..c792c32780 100644 --- a/plugins/MirLua/src/mlua.h +++ b/plugins/MirLua/src/mlua.h @@ -5,12 +5,6 @@ class CMLua { private: lua_State *L; - static luaL_Reg coreLib[15]; - - void LoadModule(const char *name, lua_CFunction func); - - void LoadCoreModule(); - void LoadMirandaModules(); void Load(); void Unload(); @@ -21,9 +15,6 @@ public: void Reload(); - void AddScriptsPath(const char *path); - void LoadScript(const char *name); - static int HookEventObjParam(void *obj, WPARAM wParam, LPARAM lParam, LPARAM param); }; -- cgit v1.2.3