diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Dropbox/src/version.h | 1 | ||||
-rw-r--r-- | plugins/OpenSSL/src/version.h | 1 |
2 files changed, 0 insertions, 2 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 <stdver.h>
#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 <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" |