summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-07-24 18:57:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-07-24 18:57:00 +0000
commitd311db78d1658f3c4e097a536e276ec10df969fe (patch)
treed51cc0c842c0d5016e44319f6aad6aaec04c81ae /protocols/WhatsApp/src
parent1669f2403ec0b3aae586555cb22ca70d60786b52 (diff)
json parser went to mir_core
git-svn-id: http://svn.miranda-ng.org/main/trunk@5471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src')
-rw-r--r--protocols/WhatsApp/src/main.cpp2
1 files changed, 0 insertions, 2 deletions
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";