summaryrefslogtreecommitdiff
path: root/plugins/Ping/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src')
-rw-r--r--plugins/Ping/src/ping.cpp1
-rw-r--r--plugins/Ping/src/version.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp
index c703feba7a..42112e98bc 100644
--- a/plugins/Ping/src/ping.cpp
+++ b/plugins/Ping/src/ping.cpp
@@ -16,7 +16,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/Ping/src/version.h b/plugins/Ping/src/version.h
index 16ad496842..6a5b2f22e9 100644
--- a/plugins/Ping/src/version.h
+++ b/plugins/Ping/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "Ping.dll"
#define __DESCRIPTION "Ping labelled IP addresses or domain names."
#define __AUTHOR "Scott Ellis"
-#define __AUTHOREMAIL "mail@scottellis.com.au"
#define __AUTHORWEB "https://miranda-ng.org/p/Ping/"
#define __COPYRIGHT "© 2005 Scott Ellis"