summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/IEView.h
diff options
context:
space:
mode:
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;