summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/IEView.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-01-23 16:28:19 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-01-23 16:28:19 +0000
commit5e10673c45a91e474680a1a998cd6934f9627faa (patch)
treec9d5154187226f0003613cfdcbb76345402161e6 /plugins/IEView/src/IEView.h
parentdee551f9874195814e7357c94045aa0c2e77cc4f (diff)
this is bad idea
git-svn-id: http://svn.miranda-ng.org/main/trunk@16148 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/IEView.h')
-rw-r--r--plugins/IEView/src/IEView.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h
index f43d26b3aa..7e43886922 100644
--- a/plugins/IEView/src/IEView.h
+++ b/plugins/IEView/src/IEView.h
@@ -443,7 +443,6 @@ private:
WCHAR* selectedText;
bool isContactSet;
MCONTACT hContact;
- wchar_t *wszContextMenuHandler;
// IUnknown
STDMETHODIMP QueryInterface(REFIID riid, PVOID *ppv);
@@ -561,11 +560,6 @@ public:
static void release();
static void setOptions();
- inline void Set_ContextMenuHandler(const wchar_t* handler)
- {
- replaceStrW(wszContextMenuHandler, handler);
- }
-
inline MCONTACT Get_CurrentContact()
{
return hContact;