From 870fdd7d9bf520b673c5177b30c9d6d6cce090b1 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 10 Dec 2017 16:05:53 +0300 Subject: - remove emails (if author retired - it's useless to write to him; if author is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure --- src/core/stdssl/src/main.cpp | 1 - src/core/stdssl/src/version.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/core/stdssl') diff --git a/src/core/stdssl/src/main.cpp b/src/core/stdssl/src/main.cpp index 584ff7335b..90aab5f72f 100644 --- a/src/core/stdssl/src/main.cpp +++ b/src/core/stdssl/src/main.cpp @@ -33,7 +33,6 @@ PLUGININFOEX pluginInfo = { MIRANDA_VERSION_DWORD, __DESCRIPTION, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, diff --git a/src/core/stdssl/src/version.h b/src/core/stdssl/src/version.h index 3029aeafe1..a71217e95e 100644 --- a/src/core/stdssl/src/version.h +++ b/src/core/stdssl/src/version.h @@ -8,6 +8,5 @@ #define __FILENAME "stdssl.dll" #define __DESCRIPTION "Core driver for Windows native SSL support." #define __AUTHOR "Miranda NG Development Team" -#define __AUTHOREMAIL "" #define __AUTHORWEB "https://miranda-ng.org/p/StdSSL/" #define __COPYRIGHT "© 2014-17 Miranda NG Development Team" -- cgit v1.2.3