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 /plugins/OpenSSL | |
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 'plugins/OpenSSL')
-rw-r--r-- | plugins/OpenSSL/src/version.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdver.h> #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" |