diff options
author | dartraiden <wowemuh@gmail.com> | 2018-05-23 16:53:24 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-05-23 16:53:24 +0300 |
commit | 8d5265bc02c4fba9c76174b251a03b5df3b715f5 (patch) | |
tree | 176d70a729552bc392dfc4dbae0a6fe2a0bba4a7 /protocols | |
parent | e68abcf9826944959cf8b5cf334448fe89a711a6 (diff) |
remove some more MirandaPluginInfoEx()
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Telegram/src/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Telegram/src/main.cpp b/protocols/Telegram/src/main.cpp index 85990de1ef..3e25624f7f 100644 --- a/protocols/Telegram/src/main.cpp +++ b/protocols/Telegram/src/main.cpp @@ -17,11 +17,6 @@ PLUGININFOEX pluginInfo = }; -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) -{ - return &pluginInfo; -} - ///////////////////////////////////////////////////////////////////////////////////////// CMPlugin g_plugin; |