diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-11-25 18:17:36 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-11-25 18:17:36 +0000 |
commit | f155980e50b5670593eb0857a061d16f708a362f (patch) | |
tree | dbf0c648b8db4eae88d7ce70bf3f8e7a4edf9ff9 /plugins/MirLua/src/m_toptoolbar.cpp | |
parent | b4132ae8daa7cb96ef49eca4827380c0e629a031 (diff) |
MirLua: removed needless stuff
git-svn-id: http://svn.miranda-ng.org/main/trunk@15778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/m_toptoolbar.cpp')
-rw-r--r-- | plugins/MirLua/src/m_toptoolbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MirLua/src/m_toptoolbar.cpp b/plugins/MirLua/src/m_toptoolbar.cpp index d850c9429b..b990dcf8e0 100644 --- a/plugins/MirLua/src/m_toptoolbar.cpp +++ b/plugins/MirLua/src/m_toptoolbar.cpp @@ -130,7 +130,6 @@ static int lua_OnTopToolBarLoaded(lua_State *L) HANDLE res = ::HookEventObjParam(ME_TTB_MODULELOADED, CMLua::HookEventObjParam, L, ref);
lua_pushlightuserdata(L, res);
- CMLua::Hooks.insert(res);
CMLua::HookRefs.insert(new HandleRefParam(L, res, ref));
return 1;
|