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/stdclist/src/init.cpp | 1 - src/core/stdclist/src/version.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/core/stdclist') diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index e9a5b547f0..7fb57bdec1 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -58,7 +58,6 @@ PLUGININFOEX pluginInfo = { MIRANDA_VERSION_DWORD, __DESCRIPTION, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, diff --git a/src/core/stdclist/src/version.h b/src/core/stdclist/src/version.h index ba56c650ec..07fceac156 100644 --- a/src/core/stdclist/src/version.h +++ b/src/core/stdclist/src/version.h @@ -8,6 +8,5 @@ #define __FILENAME "stdclist.dll" #define __DESCRIPTION "Core module for displaying contacts." #define __AUTHOR "Miranda NG Development Team" -#define __AUTHOREMAIL "" #define __AUTHORWEB "https://miranda-ng.org/p/StdClist/" #define __COPYRIGHT "© 2012-17 Miranda NG Development Team" -- cgit v1.2.3