diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-30 20:49:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-30 20:49:03 +0300 |
commit | e08b24a95a58cfeb390aae331b068b956f62722d (patch) | |
tree | e4536b10bdd59393476c7611e71eddee1543a1ac /plugins/TipperYM/src | |
parent | 1711817c7eb305f6465f46d0a35acf78ab448357 (diff) |
m_icq.h removed
Diffstat (limited to 'plugins/TipperYM/src')
-rw-r--r-- | plugins/TipperYM/src/popwin.cpp | 5 | ||||
-rw-r--r-- | plugins/TipperYM/src/stdafx.h | 1 |
2 files changed, 0 insertions, 6 deletions
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 <m_skin.h>
#include <m_timezones.h>
#include <m_xstatus.h>
-#include <m_icq.h>
#include <m_tipper.h>
#include <m_fingerprint.h>
|