diff options
Diffstat (limited to 'src/core/stduihist')
-rw-r--r-- | src/core/stduihist/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stduihist/src/version.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stduihist/src/main.cpp b/src/core/stduihist/src/main.cpp index 287c043f8a..9b2bf33812 100644 --- a/src/core/stduihist/src/main.cpp +++ b/src/core/stduihist/src/main.cpp @@ -33,7 +33,6 @@ PLUGININFOEX pluginInfo = { MIRANDA_VERSION_DWORD,
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/src/core/stduihist/src/version.h b/src/core/stduihist/src/version.h index 618c3c0661..8b3eae6dfc 100644 --- a/src/core/stduihist/src/version.h +++ b/src/core/stduihist/src/version.h @@ -7,6 +7,5 @@ #define __FILENAME "stduihist.dll"
#define __DESCRIPTION "Core module for built-in history viewer."
#define __AUTHOR "Miranda NG Development Team"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/StdUIHist/"
#define __COPYRIGHT "© 2012-17 Miranda NG Development Team"
|