summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-06-26 20:10:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-06-26 20:10:00 +0300
commit54e037dce8b43f4a7f4a6d4615c4821ef424d14c (patch)
tree913db322305e4501683673a74de74baa69fc1a6f /protocols
parentb58a27002bb24772dcfbc7d44387c29e84127374 (diff)
rest of unused messages removed
Diffstat (limited to 'protocols')
-rw-r--r--protocols/JabberG/src/jabber_vcard.cpp4
-rwxr-xr-xprotocols/JabberG/src/stdafx.h10
2 files changed, 0 insertions, 14 deletions
diff --git a/protocols/JabberG/src/jabber_vcard.cpp b/protocols/JabberG/src/jabber_vcard.cpp
index c43d4a1539..cb6911d4ca 100644
--- a/protocols/JabberG/src/jabber_vcard.cpp
+++ b/protocols/JabberG/src/jabber_vcard.cpp
@@ -320,10 +320,6 @@ static INT_PTR CALLBACK PhotoDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR
UpdateWindow(hwndDlg);
break;
- case WM_JABBER_CHANGED:
- dat->ppro->SetServerVcard(dat->ppro->m_bPhotoChanged, dat->ppro->m_szPhotoFileName);
- break;
-
case WM_COMMAND:
switch (LOWORD(wParam)) {
case IDC_DELETE:
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h
index ae23167963..8b0f14ab70 100755
--- a/protocols/JabberG/src/stdafx.h
+++ b/protocols/JabberG/src/stdafx.h
@@ -180,16 +180,6 @@ protected:
// User-defined message
#define WM_JABBER_TRANSPORT_REFRESH (WM_PROTO_LAST + 102)
-#define WM_JABBER_CHANGED (WM_PROTO_LAST + 106)
-#define WM_JABBER_SET_FONT (WM_PROTO_LAST + 108)
-#define WM_JABBER_FLASHWND (WM_PROTO_LAST + 109)
-#define WM_JABBER_GC_MEMBER_ADD (WM_PROTO_LAST + 110)
-#define WM_JABBER_GC_FORCE_QUIT (WM_PROTO_LAST + 111)
-#define WM_JABBER_SHUTDOWN (WM_PROTO_LAST + 112)
-#define WM_JABBER_SMILEY (WM_PROTO_LAST + 113)
-#define WM_JABBER_JOIN (WM_PROTO_LAST + 114)
-#define WM_JABBER_ADD_TO_ROSTER (WM_PROTO_LAST + 115)
-#define WM_JABBER_ADD_TO_BOOKMARKS (WM_PROTO_LAST + 116)
#define WM_JABBER_REFRESH_VCARD (WM_PROTO_LAST + 117)
#define STATUS_TITLE_MAX 16