From d311db78d1658f3c4e097a536e276ec10df969fe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Jul 2013 18:57:00 +0000 Subject: json parser went to mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@5471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/WhatsApp') diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index 13f128bcef..d2f45c7fdf 100644 --- a/protocols/WhatsApp/src/main.cpp +++ b/protocols/WhatsApp/src/main.cpp @@ -1,6 +1,5 @@ #include "common.h" -JSONSERVICEINTERFACE jsi; CLIST_INTERFACE* pcli; int hLangpack; @@ -72,7 +71,6 @@ extern "C" int __declspec(dllexport) Load(void) { mir_getLP(&pluginInfo); mir_getCLI(); - json_getJSI(&jsi); PROTOCOLDESCRIPTOR pd = { sizeof(pd) }; pd.szName = "WhatsApp"; -- cgit v1.2.3