summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_hpp.h
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2012-06-25 07:23:13 +0000
committerAlexey Kulakov <panda75@bk.ru>2012-06-25 07:23:13 +0000
commit04d3b5da86ad9bcf8e32c87b00b5f0988ae47555 (patch)
tree88d1bad49f031a4a0e53323dcee46648a2174e9b /plugins/ExternalAPI/m_hpp.h
parentb33e2997d6a2f98b18571e92468f4db39254a42f (diff)
External API cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_hpp.h')
-rw-r--r--plugins/ExternalAPI/m_hpp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/ExternalAPI/m_hpp.h b/plugins/ExternalAPI/m_hpp.h
deleted file mode 100644
index 169b666209..0000000000
--- a/plugins/ExternalAPI/m_hpp.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __m_hhp__
-#define __m_hhp__
-
-#define MS_HPP_GETVERSION "History++/GetVersion"
-
-#define MS_HPP_EG_WINDOW "History++/ExtGrid/NewWindow"
-#define MS_HPP_EG_EVENT "History++/ExtGrid/Event"
-#define MS_HPP_EG_NAVIGATE "History++/ExtGrid/Navigate"
-#define MS_HPP_EG_OPTIONSCHANGED "History++/ExtGrid/OptionsChanged"
-
-#endif // __m_hhp__