summaryrefslogtreecommitdiff
path: root/plugins/ShellExt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ShellExt')
-rw-r--r--plugins/ShellExt/src/main.cpp1
-rw-r--r--plugins/ShellExt/src/version.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ShellExt/src/main.cpp b/plugins/ShellExt/src/main.cpp
index c356ef7b94..266c80287e 100644
--- a/plugins/ShellExt/src/main.cpp
+++ b/plugins/ShellExt/src/main.cpp
@@ -14,7 +14,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/ShellExt/src/version.h b/plugins/ShellExt/src/version.h
index 35500637c1..6856245420 100644
--- a/plugins/ShellExt/src/version.h
+++ b/plugins/ShellExt/src/version.h
@@ -9,6 +9,5 @@
#define __FILENAME "ShlExt.dll"
#define __DESCRIPTION "Windows Explorer extension for Miranda NG."
#define __AUTHOR "Sam Kothari, Miranda NG Team"
-#define __AUTHOREMAIL "egodust@users.sourceforge.net"
#define __AUTHORWEB "https://miranda-ng.org/p/ShellExt/"
#define __COPYRIGHT "© 2009 Sam Kothari (egoDust)"