diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-05-26 09:10:16 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-05-26 09:10:16 +0000 |
commit | b79d5028066e3debd4ab1715ab59f572df1b158a (patch) | |
tree | 565a2fd0d0085c89da7c9971f7af8e729f9f4fc6 /plugins/MirLua/src/mlua.cpp | |
parent | 1292231ff3df5048f7e2e1da1b5b41af1ad076d6 (diff) |
MirLua: m_schedule moved to separate module
git-svn-id: http://svn.miranda-ng.org/main/trunk@16871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 +}
|