diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-31 22:30:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-31 22:30:10 +0300 |
commit | c0a6561ecb63bc8f5c5cc07d639586adf35f9261 (patch) | |
tree | 62cb87af7c19cd9a7372bf36525b27aad9f87d6b | |
parent | 3b3e0ae47024887e32db4cb657b8dcdb11d66d4c (diff) |
unneeded code removed
-rw-r--r-- | protocols/WhatsApp/src/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index 99bf1e37f8..dc4c252927 100644 --- a/protocols/WhatsApp/src/main.cpp +++ b/protocols/WhatsApp/src/main.cpp @@ -8,12 +8,6 @@ Copyright © 2019-22 George Hazan #include "stdafx.h" #include "version.h" -#ifdef _DEBUG -#pragma comment(lib, "libprotobufd.lib") -#else -#pragma comment(lib, "libprotobuf.lib") -#endif - CMPlugin g_plugin; PLUGININFOEX pluginInfo = { |