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 --- 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 - 5 files changed, 5 deletions(-) (limited to 'src/core') 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