diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-04-04 08:39:22 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-04-04 08:39:22 +0000 |
commit | e1110157f8c2989a58aa12ddeef91669525d188f (patch) | |
tree | 23cd9c6c845c5e38659a072457566d7a5fe7e79d /plugins/MirLua/src/mlua.cpp | |
parent | e6dce54eeeedb43855b694c921b97c5119deef32 (diff) |
MirLua: m_toptoolbar moved to separate project
git-svn-id: http://svn.miranda-ng.org/main/trunk@16583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 9aab05a3a6..8c0d99d689 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -72,7 +72,6 @@ void CMLua::Unload() }
KillModuleScheduleTasks();
- KillModuleTTBButton();
KillModuleIcons(hMLuaLangpack);
KillModuleSounds(hMLuaLangpack);
|