diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-20 19:48:02 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-20 19:48:02 +0000 |
commit | e0a53609f587b1fd1b1daff2ae96feb8f39b62e1 (patch) | |
tree | 43ca204c287c8e49ed0a4fd5afd008467d818e4a /plugins/IEView/src/IEView.h | |
parent | 1e1240560a1d7761564deb698fe69516492d40b0 (diff) |
IEView: code cleanup, vs2010 compilation fix(?)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/IEView.h')
-rw-r--r-- | plugins/IEView/src/IEView.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index d1679b244b..bb464d45e0 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -374,11 +374,6 @@ extern "C" { #endif
-enum JS_FUNCTIONS
-{
- DISPID_JS_DB_GET = 652
-};
-
class IEViewSink :public DWebBrowserEvents2 {
private:
int m_cRef;
|