From a886e1caf3d3d563b43aaa230144b3e8f40a3d4e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 19 Feb 2016 11:22:10 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16307 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAPP/src/yapp.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/YAPP/src/yapp.cpp') diff --git a/plugins/YAPP/src/yapp.cpp b/plugins/YAPP/src/yapp.cpp index 8dd71bb01b..3068d68baa 100644 --- a/plugins/YAPP/src/yapp.cpp +++ b/plugins/YAPP/src/yapp.cpp @@ -210,7 +210,6 @@ int PreShutdown(WPARAM, LPARAM) { bShutdown = true; DeinitMessagePump(); - DeinitNotify(); return 0; } @@ -233,7 +232,6 @@ extern "C" int __declspec(dllexport) Load(void) extern "C" int __declspec(dllexport) Unload() { - DeinitNotify(); DeleteObject(hFontFirstLine); DeleteObject(hFontSecondLine); DeleteObject(hFontTime); -- cgit v1.2.3