summaryrefslogtreecommitdiff
path: root/plugins/CyrTranslit
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CyrTranslit')
-rw-r--r--plugins/CyrTranslit/src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/CyrTranslit/src/main.cpp b/plugins/CyrTranslit/src/main.cpp
index ec89d82d52..249e2c4b3f 100644
--- a/plugins/CyrTranslit/src/main.cpp
+++ b/plugins/CyrTranslit/src/main.cpp
@@ -49,10 +49,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
extern "C" __declspec(dllexport) int Load(void)
{
- mir_getLP(&pluginInfoEx);
-
- //plugin inits: PLACE IT ONLY AFTER THIS LINE
-
CyrTranslit::MirandaContact::initialize();
return 0;
}