From 2481102c6541df37a773569dd4d67b579f04d819 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 2 Jul 2015 08:52:29 +0000 Subject: MirLua: - removed console - changed logging (via netlib) - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@14467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/MirLua/src/mlua.h') diff --git a/plugins/MirLua/src/mlua.h b/plugins/MirLua/src/mlua.h index 81bdbdb177..c792c32780 100644 --- a/plugins/MirLua/src/mlua.h +++ b/plugins/MirLua/src/mlua.h @@ -5,11 +5,6 @@ class CMLua { private: lua_State *L; - HANDLE hLogger; - CMLuaConsole *console; - - static void KillModuleServices(); - static void KillModuleEventHooks(); void Load(); void Unload(); -- cgit v1.2.3