diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-20 16:57:19 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-20 16:57:19 +0000 |
commit | 91996a2f0ab5228acdfac1d0c662d68339a0ed79 (patch) | |
tree | b415191b2169e51f1c37688a8f01a90b54584c17 /protocols/VKontakte/src/main.cpp | |
parent | 3015b86003db0edc9b1da8707a302cddc36855e5 (diff) |
VK: code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/main.cpp')
-rw-r--r-- | protocols/VKontakte/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/main.cpp b/protocols/VKontakte/src/main.cpp index a44700d0b6..4279c2c3cf 100644 --- a/protocols/VKontakte/src/main.cpp +++ b/protocols/VKontakte/src/main.cpp @@ -71,7 +71,6 @@ extern "C" int __declspec(dllexport) Load() {
mir_getLP(&pluginInfo);
mir_getCLI();
-
InitIcons();
// Register protocol module
|