From e6edc1ba036f66f07878779d4d7a973c80d30efb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Feb 2019 13:25:07 +0300 Subject: hopefully last custom UrlDecode implementation removed --- protocols/MSN/src/msn.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'protocols/MSN/src/msn.cpp') diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp index 2cdd6f5ff3..e11b6d59bc 100644 --- a/protocols/MSN/src/msn.cpp +++ b/protocols/MSN/src/msn.cpp @@ -26,11 +26,6 @@ along with this program. If not, see . CMPlugin g_plugin; -///////////////////////////////////////////////////////////////////////////////////////// -// Initialization routines - -void MsnLinks_Init(void); - ///////////////////////////////////////////////////////////////////////////////////////// // Global variables @@ -71,8 +66,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC static int OnModulesLoaded(WPARAM, LPARAM) { avsPresent = ServiceExists(MS_AV_SETMYAVATARW) != 0; - - MsnLinks_Init(); return 0; } -- cgit v1.2.3