diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-07 13:25:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-07 13:25:07 +0300 |
commit | e6edc1ba036f66f07878779d4d7a973c80d30efb (patch) | |
tree | c310656e2e9aaa4811e264ef2f811e79b5f582e4 /protocols/MSN/src/msn.cpp | |
parent | a9fbe9a81a6777b4b358d93116ee15f9f07dfb6e (diff) |
hopefully last custom UrlDecode implementation removed
Diffstat (limited to 'protocols/MSN/src/msn.cpp')
-rw-r--r-- | protocols/MSN/src/msn.cpp | 7 |
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;
}
|