diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 16:05:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 16:05:14 +0000 |
commit | 954ed085481b2e878959e442772ecc5978a1d8d8 (patch) | |
tree | 3977b170d710ba459b6b5fe05b1a85a9b254f96b /plugins/Popup/src/m_hpp.h | |
parent | 3cc4e30e93e129328339c4a91630a9a651be38a8 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/m_hpp.h')
-rw-r--r-- | plugins/Popup/src/m_hpp.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/Popup/src/m_hpp.h b/plugins/Popup/src/m_hpp.h deleted file mode 100644 index 169b666209..0000000000 --- a/plugins/Popup/src/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__
|