diff options
Diffstat (limited to 'plugins/NewsAggregator/Src')
-rw-r--r-- | plugins/NewsAggregator/Src/NewsAggregator.cpp | 1 | ||||
-rw-r--r-- | plugins/NewsAggregator/Src/version.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/NewsAggregator/Src/NewsAggregator.cpp b/plugins/NewsAggregator/Src/NewsAggregator.cpp index 01a57f1ac1..bc9d91ac3a 100644 --- a/plugins/NewsAggregator/Src/NewsAggregator.cpp +++ b/plugins/NewsAggregator/Src/NewsAggregator.cpp @@ -34,7 +34,6 @@ PLUGININFOEX pluginInfoEx = { PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/plugins/NewsAggregator/Src/version.h b/plugins/NewsAggregator/Src/version.h index b9197c3d5d..d47f44e9c8 100644 --- a/plugins/NewsAggregator/Src/version.h +++ b/plugins/NewsAggregator/Src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "NewsAggregator.dll" #define __DESCRIPTION "RSS/Atom news aggregator." #define __AUTHOR "Mataes, FREAK_THEMIGHTY" -#define __AUTHOREMAIL "mataes2007@gmail.com" #define __AUTHORWEB "https://miranda-ng.org/p/NewsAggregator/" #define __COPYRIGHT "© 2012-17 Mataes, FREAK_THEMIGHTY" |