From c0a6561ecb63bc8f5c5cc07d639586adf35f9261 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 31 Oct 2022 22:30:10 +0300 Subject: unneeded code removed --- protocols/WhatsApp/src/main.cpp | 6 ------ 1 file changed, 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 #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 = { -- cgit v1.2.3