From e08b24a95a58cfeb390aae331b068b956f62722d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 30 Jan 2019 20:49:03 +0300 Subject: m_icq.h removed --- plugins/TipperYM/src/popwin.cpp | 5 ----- plugins/TipperYM/src/stdafx.h | 1 - 2 files changed, 6 deletions(-) (limited to 'plugins/TipperYM/src') diff --git a/plugins/TipperYM/src/popwin.cpp b/plugins/TipperYM/src/popwin.cpp index 79fa139f47..d57cc4885f 100644 --- a/plugins/TipperYM/src/popwin.cpp +++ b/plugins/TipperYM/src/popwin.cpp @@ -382,11 +382,6 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa } } } - - //request xstatus details - if (opt.bRetrieveXstatus) - if (!db_get_b(0, szProto, "XStatusAuto", 1) && ProtoServiceExists(szProto, PS_ICQ_REQUESTCUSTOMSTATUS)) - CallProtoService(szProto, PS_ICQ_REQUESTCUSTOMSTATUS, pwd->hContact, 0); } SendMessage(hwnd, PUM_REFRESH_VALUES, FALSE, 0); diff --git a/plugins/TipperYM/src/stdafx.h b/plugins/TipperYM/src/stdafx.h index 201f651745..0804c9e2af 100644 --- a/plugins/TipperYM/src/stdafx.h +++ b/plugins/TipperYM/src/stdafx.h @@ -45,7 +45,6 @@ Boston, MA 02111-1307, USA. #include #include #include -#include #include #include -- cgit v1.2.3