diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-07-24 20:39:07 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-07-24 20:39:07 +0000 |
commit | d82596d1f1bf7f374e706117416e51199825ca9d (patch) | |
tree | f224f169cd1175c40b084d88099902c26a2114bc /plugins/IEView/src/TabSRMMHTMLBuilder.cpp | |
parent | 98a0e89dac00006d3b3b816271b07a73477caff4 (diff) |
event codes cleaning. try 1
git-svn-id: http://svn.miranda-ng.org/main/trunk@9936 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/TabSRMMHTMLBuilder.cpp')
-rw-r--r-- | plugins/IEView/src/TabSRMMHTMLBuilder.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp index c83abc7969..da11d66568 100644 --- a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp +++ b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp @@ -56,9 +56,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define SRMSGMOD_T "Tab_SRMsg"
#define TABSRMM_FONTMODULE "TabSRMM_Fonts"
-#define EVENTTYPE_DIVIDER 25367
-#define EVENTTYPE_ERRMSG 25366
-
#define SRMSGSET_SHOWURLS "ShowURLs"
#define SRMSGSET_SHOWFILES "ShowFiles"
#define SRMSGSET_SHOWSTATUSCHANGES "ShowFiles"
|