summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-10-20 14:24:37 +0300
committerdartraiden <wowemuh@gmail.com>2022-10-20 14:25:09 +0300
commit9775b3c73fd66547140a1dd2b482ea753de040a6 (patch)
tree4e59b8618a431dbd27064d2d1014b3610a800253
parentb5fc134fc238ae934baca2181ce03895447ab673 (diff)
WhatsApp: remove deprecated field
-rw-r--r--protocols/WhatsApp/src/main.cpp1
-rw-r--r--protocols/WhatsApp/src/version.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp
index e166fc73c3..7c0e54ba22 100644
--- a/protocols/WhatsApp/src/main.cpp
+++ b/protocols/WhatsApp/src/main.cpp
@@ -22,7 +22,6 @@ PLUGININFOEX pluginInfo = {
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
UNICODE_AWARE, //not transient
// {008B9CE1-154B-44E4-9823-97C1AAB00C3C}
diff --git a/protocols/WhatsApp/src/version.h b/protocols/WhatsApp/src/version.h
index 18e50dd07e..8319411ccb 100644
--- a/protocols/WhatsApp/src/version.h
+++ b/protocols/WhatsApp/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "WhatsApp.dll"
#define __DESCRIPTION "WhatsApp protocol support for Miranda NG."
#define __AUTHOR "George Hazan"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/WhatsApp/"
-#define __COPYRIGHT "© 2019-22 Miranda NG Team"
+#define __COPYRIGHT "© 2019-22 Miranda NG team"