From 393c8dd0345138e00b6a5a1e13b06f60c83e02e8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 11 Jun 2014 17:50:10 +0000 Subject: ansi popups dead git-svn-id: http://svn.miranda-ng.org/main/trunk@9433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/main.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'plugins/Popup/src/main.cpp') diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index 144b7cc9e5..57aec5bb5f 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -376,7 +376,6 @@ MIRAPI int Load(void) //Service Functions hEventNotify = CreateHookableEvent(ME_POPUP_FILTER); - CreateServiceFunction(MS_POPUP_ADDPOPUP, Popup_AddPopup); CreateServiceFunction(MS_POPUP_ADDPOPUPW, Popup_AddPopupW); CreateServiceFunction(MS_POPUP_ADDPOPUP2, Popup_AddPopup2); @@ -388,7 +387,6 @@ MIRAPI int Load(void) CreateServiceFunction(MS_POPUP_GETCONTACT, Popup_GetContact); CreateServiceFunction(MS_POPUP_GETPLUGINDATA, Popup_GetPluginData); - CreateServiceFunction(MS_POPUP_SHOWMESSAGE, Popup_ShowMessage); CreateServiceFunction(MS_POPUP_SHOWMESSAGEW, Popup_ShowMessageW); CreateServiceFunction(MS_POPUP_QUERY, Popup_Query); @@ -442,12 +440,12 @@ MIRAPI int Unload(void) PopupHistoryUnload(); SrmmMenu_Unload(); - UnregisterClass (MAKEINTATOM(g_wndClass.cPopupWnd2),hInst); - UnregisterClassW(L"PopupEditBox",hInst); - UnregisterClass (MAKEINTATOM(g_wndClass.cPopupMenuHostWnd),hInst); - UnregisterClass (MAKEINTATOM(g_wndClass.cPopupThreadManagerWnd),hInst); - UnregisterClass (MAKEINTATOM(g_wndClass.cPopupPreviewBoxWndclass),hInst); - UnregisterClass (MAKEINTATOM(g_wndClass.cPopupPlusDlgBox),hInst); + UnregisterClass(MAKEINTATOM(g_wndClass.cPopupWnd2), hInst); + UnregisterClass(_T("PopupEditBox"), hInst); + UnregisterClass(MAKEINTATOM(g_wndClass.cPopupMenuHostWnd), hInst); + UnregisterClass(MAKEINTATOM(g_wndClass.cPopupThreadManagerWnd), hInst); + UnregisterClass(MAKEINTATOM(g_wndClass.cPopupPreviewBoxWndclass), hInst); + UnregisterClass(MAKEINTATOM(g_wndClass.cPopupPlusDlgBox), hInst); UnloadGDIPlus(); -- cgit v1.2.3