diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/SmileyAdd/src/dlgboxsubclass.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/SmileyAdd/src/dlgboxsubclass.cpp b/plugins/SmileyAdd/src/dlgboxsubclass.cpp index e35dca7109..2e44a1c699 100644 --- a/plugins/SmileyAdd/src/dlgboxsubclass.cpp +++ b/plugins/SmileyAdd/src/dlgboxsubclass.cpp @@ -175,8 +175,5 @@ void InstallDialogBoxHook(void) void RemoveDialogBoxHook(void)
{
- mir_cslock lck(csWndList);
- for (auto &it : g_MsgWndList)
- delete it;
g_MsgWndList.destroy();
}
|