diff options
author | dartraiden <wowemuh@gmail.com> | 2022-10-20 14:24:37 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-10-20 14:25:09 +0300 |
commit | 9775b3c73fd66547140a1dd2b482ea753de040a6 (patch) | |
tree | 4e59b8618a431dbd27064d2d1014b3610a800253 | |
parent | b5fc134fc238ae934baca2181ce03895447ab673 (diff) |
WhatsApp: remove deprecated field
-rw-r--r-- | protocols/WhatsApp/src/main.cpp | 1 | ||||
-rw-r--r-- | protocols/WhatsApp/src/version.h | 3 |
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" |