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