summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-16 18:19:15 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-16 18:19:15 +0300
commitdf51f338983ba85feffcbd2209100c6927dda8a5 (patch)
tree9f81c94034396b4c4e8496661b12b346798808cf /plugins/MirLua/src/main.cpp
parentc00f494c8165b9f2d9facc6488173502b19ca696 (diff)
Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with Utf8DecodeW/Utf8EncodeW
Diffstat (limited to 'plugins/MirLua/src/main.cpp')
-rw-r--r--plugins/MirLua/src/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/MirLua/src/main.cpp b/plugins/MirLua/src/main.cpp
index 0539404a7d..03aed915d7 100644
--- a/plugins/MirLua/src/main.cpp
+++ b/plugins/MirLua/src/main.cpp
@@ -74,14 +74,6 @@ extern "C" int __declspec(dllexport) Load(void)
hRecvMessage = CreateHookableEvent(MODULE PSR_MESSAGE);
CreateProtoServiceFunction(MODULE, PSR_MESSAGE, FilterRecvMessage);
-
- /*CreateProtoServiceFunction(MODULE, PSR_AUTH, FilterRecvAuth);
- CreateProtoServiceFunction(MODULE, PSR_FILE, FilterRecvFile);
- CreateProtoServiceFunction(MODULE, PSR_URL, FilterRecvUrl);
- CreateProtoServiceFunction(MODULE, PSR_CONTACTS, FilterRecvUrl);
- CreateProtoServiceFunction(MODULE, PSR_AWAYMSG, FilterRecvUrl);*/
-
-
return 0;
}