diff options
Diffstat (limited to 'plugins/Variables/src')
-rw-r--r-- | plugins/Variables/src/main.cpp | 1 | ||||
-rw-r--r-- | plugins/Variables/src/version.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Variables/src/main.cpp b/plugins/Variables/src/main.cpp index 059f49116f..3ddf6b707c 100644 --- a/plugins/Variables/src/main.cpp +++ b/plugins/Variables/src/main.cpp @@ -38,7 +38,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/Variables/src/version.h b/plugins/Variables/src/version.h index 010c047d72..e93bd0c549 100644 --- a/plugins/Variables/src/version.h +++ b/plugins/Variables/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "Variables.dll" #define __DESCRIPTION "Adds support for dynamic variables in strings for plugins." #define __AUTHOR "P Boon" -#define __AUTHOREMAIL "unregistered@users.sourceforge.net" #define __AUTHORWEB "https://miranda-ng.org/p/Variables/" #define __COPYRIGHT "© 2003-2008 P. Boon, Ricardo Pescuma, George Hazan" |