diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-09 21:11:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-09 21:11:25 +0300 |
commit | 15c5d4bba2dd69b1dfa6310e3349e9ddf5a2e924 (patch) | |
tree | d181a6690f2ed825d88f4355931630aebb9e9021 /plugins/IEView/src/IEView.h | |
parent | 705399b8e5e599a673e78c63514105cd34e255f3 (diff) |
IEView:
- Copy command now can copy images too;
- code cleaning
Diffstat (limited to 'plugins/IEView/src/IEView.h')
-rw-r--r-- | plugins/IEView/src/IEView.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index 853f68ffb0..12707efa0f 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -553,7 +553,6 @@ public: static IEView* get(HWND);
static void release();
- static void setOptions();
inline MCONTACT Get_CurrentContact()
{
|