summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/msn.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-07 13:25:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-07 13:25:07 +0300
commite6edc1ba036f66f07878779d4d7a973c80d30efb (patch)
treec310656e2e9aaa4811e264ef2f811e79b5f582e4 /protocols/MSN/src/msn.cpp
parenta9fbe9a81a6777b4b358d93116ee15f9f07dfb6e (diff)
hopefully last custom UrlDecode implementation removed
Diffstat (limited to 'protocols/MSN/src/msn.cpp')
-rw-r--r--protocols/MSN/src/msn.cpp7
1 files changed, 0 insertions, 7 deletions
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
@@ -27,11 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
CMPlugin g_plugin;
/////////////////////////////////////////////////////////////////////////////////////////
-// Initialization routines
-
-void MsnLinks_Init(void);
-
-/////////////////////////////////////////////////////////////////////////////////////////
// Global variables
bool g_bTerminated = false;
@@ -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;
}