From 273417cb0b1e6db3733d72bc94b0ae43cda7d9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 6 Feb 2015 10:40:26 +0000 Subject: Remove useless __INTERNAL_NAME constant from rest of plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@12021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/version.h | 1 - plugins/OpenSSL/src/version.h | 1 - protocols/Omegle/src/version.h | 1 - protocols/SkypeClassic/src/version.h | 1 - protocols/Steam/src/version.h | 1 - protocols/Twitter/src/version.h | 1 - src/core/stdchat/src/version.h | 1 - src/core/stdclist/src/version.h | 1 - src/core/stdmsg/src/version.h | 1 - src/core/stdssl/src/version.h | 1 - src/core/stdurl/version.h | 1 - 11 files changed, 11 deletions(-) diff --git a/plugins/Dropbox/src/version.h b/plugins/Dropbox/src/version.h index 567c783738..a7f5d01dc0 100644 --- a/plugins/Dropbox/src/version.h +++ b/plugins/Dropbox/src/version.h @@ -6,7 +6,6 @@ #include #define __PLUGIN_NAME "Dropbox" -#define __INTERNAL_NAME "Dropbox" #define __FILENAME "Dropbox.dll" #define __DESCRIPTION "Allows to transfer files via Dropbox." #define __AUTHOR "unsane" diff --git a/plugins/OpenSSL/src/version.h b/plugins/OpenSSL/src/version.h index 74dee905dd..71dbcd2db5 100644 --- a/plugins/OpenSSL/src/version.h +++ b/plugins/OpenSSL/src/version.h @@ -7,7 +7,6 @@ #include #define __PLUGIN_NAME "OpenSSL SSL API module" -#define __INTERNAL_NAME "openssl" #define __FILENAME "OpenSSL.dll" #define __DESCRIPTION "Core driver to provide OpenSSL-based SSL services." #define __AUTHOR "Miranda NG Team" diff --git a/protocols/Omegle/src/version.h b/protocols/Omegle/src/version.h index 803056d224..65f5ae1608 100644 --- a/protocols/Omegle/src/version.h +++ b/protocols/Omegle/src/version.h @@ -6,7 +6,6 @@ #include #define __PLUGIN_NAME "Omegle protocol" -#define __INTERNAL_NAME "Omegle Protocol" #define __FILENAME "Omegle.dll" #define __DESCRIPTION "Omegle protocol support for Miranda NG." #define __AUTHOR "Robert P\xf6" "sel" diff --git a/protocols/SkypeClassic/src/version.h b/protocols/SkypeClassic/src/version.h index 4238e086e1..924d46bc23 100644 --- a/protocols/SkypeClassic/src/version.h +++ b/protocols/SkypeClassic/src/version.h @@ -6,7 +6,6 @@ #include #define __PLUGIN_NAME "Skype protocol (Classic)" -#define __INTERNAL_NAME "SkypeClassic" #define __FILENAME "SkypeClassic.dll" #define __DESCRIPTION "Skype protocol support for Miranda NG. Classic implementation which requires running original Skype client." #define __AUTHOR "leecher, tweety, jls17" diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h index c0bd9cbfe8..264807ab12 100644 --- a/protocols/Steam/src/version.h +++ b/protocols/Steam/src/version.h @@ -6,7 +6,6 @@ #include #define __PLUGIN_NAME "Steam protocol" -#define __INTERNAL_NAME "Steam" #define __FILENAME "Steam.dll" #define __DESCRIPTION "Steam protocol support for Miranda NG." #define __AUTHOR "unsane" diff --git a/protocols/Twitter/src/version.h b/protocols/Twitter/src/version.h index dd0a05f28e..75ab96c9e1 100644 --- a/protocols/Twitter/src/version.h +++ b/protocols/Twitter/src/version.h @@ -6,7 +6,6 @@ #include #define __PLUGIN_NAME "Twitter protocol" -#define __INTERNAL_NAME "Twitter" #define __FILENAME "Twitter.dll" #define __DESCRIPTION "Twitter protocol support for Miranda NG." #define __AUTHOR "dentist, omniwolf, Thief" diff --git a/src/core/stdchat/src/version.h b/src/core/stdchat/src/version.h index f228d77ca6..00f915ecb2 100644 --- a/src/core/stdchat/src/version.h +++ b/src/core/stdchat/src/version.h @@ -5,7 +5,6 @@ #define __VERSION_STRING MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard Chat" -#define __INTERNAL_NAME "stdchat" #define __FILENAME "stdchat.dll" #define __DESCRIPTION "Core module for providing chat rooms support." #define __AUTHOR "Miranda NG Development Team" diff --git a/src/core/stdclist/src/version.h b/src/core/stdclist/src/version.h index bee49afb6f..bc62b9a6f6 100644 --- a/src/core/stdclist/src/version.h +++ b/src/core/stdclist/src/version.h @@ -5,7 +5,6 @@ #define __VERSION_STRING MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Classic contact list" -#define __INTERNAL_NAME "stdclist" #define __FILENAME "stdclist.dll" #define __DESCRIPTION "Core module for displaying contacts." #define __AUTHOR "Miranda NG Development Team" diff --git a/src/core/stdmsg/src/version.h b/src/core/stdmsg/src/version.h index 3180d85d8c..a406313417 100644 --- a/src/core/stdmsg/src/version.h +++ b/src/core/stdmsg/src/version.h @@ -5,7 +5,6 @@ #define __VERSION_STRING MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Send/Receive Messages" -#define __INTERNAL_NAME "stdmsg" #define __FILENAME "stdmsg.dll" #define __DESCRIPTION "Core module for send/receive instant messages." #define __AUTHOR "Miranda NG Development Team" diff --git a/src/core/stdssl/src/version.h b/src/core/stdssl/src/version.h index 57dfa0bdce..7df58fa5f7 100644 --- a/src/core/stdssl/src/version.h +++ b/src/core/stdssl/src/version.h @@ -5,7 +5,6 @@ #define __VERSION_STRING MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard SSL Driver" -#define __INTERNAL_NAME "stdssl" #define __FILENAME "stdssl.dll" #define __DESCRIPTION "Core driver for Windows native SSL support." #define __AUTHOR "Miranda NG Development Team" diff --git a/src/core/stdurl/version.h b/src/core/stdurl/version.h index 3d5865c9ea..61a20cfbe6 100644 --- a/src/core/stdurl/version.h +++ b/src/core/stdurl/version.h @@ -5,7 +5,6 @@ #define __VERSION_STRING MIRANDA_VERSION_STRING #define __PLUGIN_NAME "Standard URL processor" -#define __INTERNAL_NAME "stdurl" #define __FILENAME "stdurl.dll" #define __DESCRIPTION "Core module for URL handling." #define __AUTHOR "Miranda NG Development Team" -- cgit v1.2.3