From b79d5028066e3debd4ab1715ab59f572df1b158a Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 26 May 2016 09:10:16 +0000 Subject: MirLua: m_schedule moved to separate module git-svn-id: http://svn.miranda-ng.org/main/trunk@16871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/MirLua/src/mlua.cpp') diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index afa7d7b04c..5f5c2080ce 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -87,8 +87,6 @@ void CMLua::Unload() delete script; } - KillModuleScheduleTasks(); - KillModuleIcons(hMLuaLangpack); KillModuleSounds(hMLuaLangpack); KillModuleMenus(hMLuaLangpack); @@ -123,4 +121,4 @@ void CMLua::KillLuaRefs() delete param; } } -} \ No newline at end of file +} -- cgit v1.2.3