From 06c13fcc7c6c9b7b8448e550568c5993dbd96628 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 15 Feb 2016 17:09:42 +0000 Subject: MirLua: returned ability to reload single script git-svn-id: http://svn.miranda-ng.org/main/trunk@16282 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/MirLua/src/mlua.h') diff --git a/plugins/MirLua/src/mlua.h b/plugins/MirLua/src/mlua.h index f4ae7237ca..f85db956c3 100644 --- a/plugins/MirLua/src/mlua.h +++ b/plugins/MirLua/src/mlua.h @@ -14,7 +14,6 @@ class CMLua { private: lua_State *L; - int hLangpack; void SetPaths(); @@ -29,8 +28,6 @@ public: CMLua(); ~CMLua(); - const int GetHLangpack() const; - void Load(); void Unload(); -- cgit v1.2.3