diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-02-06 10:40:26 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-02-06 10:40:26 +0000 |
commit | 273417cb0b1e6db3733d72bc94b0ae43cda7d9bd (patch) | |
tree | 7aef151ed74313f0145de56b28147015a809fe27 /src/core | |
parent | fe0585c1d7bf0a04a1106ee54a01aa3be2453cb3 (diff) |
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
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdchat/src/version.h | 1 | ||||
-rw-r--r-- | src/core/stdclist/src/version.h | 1 | ||||
-rw-r--r-- | src/core/stdmsg/src/version.h | 1 | ||||
-rw-r--r-- | src/core/stdssl/src/version.h | 1 | ||||
-rw-r--r-- | src/core/stdurl/version.h | 1 |
5 files changed, 0 insertions, 5 deletions
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"
|