summaryrefslogtreecommitdiff
path: root/plugins/Rate
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Rate')
-rw-r--r--plugins/Rate/src/main.cpp1
-rw-r--r--plugins/Rate/src/version.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Rate/src/main.cpp b/plugins/Rate/src/main.cpp
index aa15bbe0d4..1f411a7bde 100644
--- a/plugins/Rate/src/main.cpp
+++ b/plugins/Rate/src/main.cpp
@@ -47,7 +47,6 @@ PLUGININFOEX pluginInfo =
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/plugins/Rate/src/version.h b/plugins/Rate/src/version.h
index ccfe060611..adf40d6fa9 100644
--- a/plugins/Rate/src/version.h
+++ b/plugins/Rate/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Rate.dll"
#define __DESCRIPTION "Shows rating of contact in contact list (if present)."
#define __AUTHOR "Kildor, Thief"
-#define __AUTHOREMAIL "kostia@ngs.ru"
#define __AUTHORWEB "https://miranda-ng.org/p/Rate/"
#define __COPYRIGHT "© 2006-2009 Kostia Romanov, based on AuthState by Alexander Turyak"