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 --- plugins/AuthState/src/main.cpp | 1 - plugins/AuthState/src/version.h | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/AuthState') diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index db2de1db13..25f3810ac0 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -47,7 +47,6 @@ PLUGININFOEX pluginInfo = { PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), __DESCRIPTION, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h index 2c5e7c555e..4150d6ab48 100644 --- a/plugins/AuthState/src/version.h +++ b/plugins/AuthState/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "AuthState.dll" #define __DESCRIPTION "If a contact didn't authorize you, this plugin puts an icon in front of the contact's name." #define __AUTHOR "Thief, idea by snwbrdr" -#define __AUTHOREMAIL "thief@miranda.im" #define __AUTHORWEB "https://miranda-ng.org/p/AuthState/" #define __COPYRIGHT "© 2006-2010 Alexander Turyak" -- cgit v1.2.3