summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-12-27 20:11:27 +0300
committerdartraiden <wowemuh@gmail.com>2017-12-27 20:11:55 +0300
commit75336b45dccae06adb23a9619b4f44bee5a8bad7 (patch)
tree122e095bc37ff0954e0d98555becb920c2dd4d81 /plugins
parent1e9b62a9354f9165f5d7dbb78f9e025b7bbcffae (diff)
ContextHelp: remove obsolete info (email, etc.)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ContextHelp/src/stdafx.h2
-rw-r--r--plugins/ContextHelp/src/version.h20
2 files changed, 0 insertions, 22 deletions
diff --git a/plugins/ContextHelp/src/stdafx.h b/plugins/ContextHelp/src/stdafx.h
index 98cea224c5..ca918fd4f0 100644
--- a/plugins/ContextHelp/src/stdafx.h
+++ b/plugins/ContextHelp/src/stdafx.h
@@ -47,7 +47,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern HINSTANCE hInstance;
-#define USERAGENT_VERSION "0.2.1.2"
-
#endif //CONTEXTHELP_COMMONHEADERS_H \ No newline at end of file
diff --git a/plugins/ContextHelp/src/version.h b/plugins/ContextHelp/src/version.h
index 1c7db8e682..7338062bf1 100644
--- a/plugins/ContextHelp/src/version.h
+++ b/plugins/ContextHelp/src/version.h
@@ -17,26 +17,6 @@ along with this program (Help-License.txt); if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-/*
-#define NEEDED_MIRANDA_VERSION PLUGIN_MAKE_VERSION(0,6,0,0)
-#define NEEDED_MIRANDA_VERSION_STR "0.6"
-#define PLUGIN_VERSION PLUGIN_MAKE_VERSION(0,2,1,2)
-#define FILE_VERSION 0,2,1,2
-
-#ifdef _DEBUG
- #define FILE_VERSION_STR "0.2.1.3 alpha"
- #define USERAGENT_VERSION "0.2.1.3 (alpha)"
-#else
- #define FILE_VERSION_STR "0.2.1.2"
- #define USERAGENT_VERSION "0.2.1.2"
-#endif
-
-#define PLUGIN_EMAIL "hrathh users.sourceforge.net"
-#define PLUGIN_EMAIL_ATT_POS 7 // position of the @-sign in the email adress above
-
- #define PLUGIN_WEBSITE "http://addons.miranda-im.org/details.php?action=viewfile&id=3475"
-*/
-
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 1