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/stdmsg/src/srmm.cpp | 1 - src/core/stdmsg/src/version.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/core/stdmsg') diff --git a/src/core/stdmsg/src/srmm.cpp b/src/core/stdmsg/src/srmm.cpp index 0b2ead1a17..37cd4f6b33 100644 --- a/src/core/stdmsg/src/srmm.cpp +++ b/src/core/stdmsg/src/srmm.cpp @@ -34,7 +34,6 @@ PLUGININFOEX pluginInfo = { MIRANDA_VERSION_DWORD, __DESCRIPTION, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, diff --git a/src/core/stdmsg/src/version.h b/src/core/stdmsg/src/version.h index 55820233cb..64a2cec97c 100644 --- a/src/core/stdmsg/src/version.h +++ b/src/core/stdmsg/src/version.h @@ -8,6 +8,5 @@ #define __FILENAME "stdmsg.dll" #define __DESCRIPTION "Core module for send/receive instant messages." #define __AUTHOR "Miranda NG Development Team" -#define __AUTHOREMAIL "" #define __AUTHORWEB "https://miranda-ng.org/p/StdMsg/" #define __COPYRIGHT "© 2012-17 Miranda NG Development Team" -- cgit v1.2.3