diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-06 13:08:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-06 13:08:58 +0000 |
commit | 74949105683f2d78efaff0376b99308c3fb1efd9 (patch) | |
tree | 4acbe11ca99b42f1b456383746808594fa040ef3 /protocols/JabberG/src/jabber_proto.h | |
parent | 176fb1d22df02c5791815a0764273c0b8da1d3d4 (diff) |
- CGroupchatInviteAcceptDlg redesigned to avoid separate thread creation;
- local function WindowSetIcon replaced with Window_SetIcon_IcoLib();
git-svn-id: http://svn.miranda-ng.org/main/trunk@16925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 8b0b35cad5..0cdc87a234 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -46,14 +46,6 @@ typedef UNIQUE_MAP<TCHAR,TCharKeyCmp> U_TCHAR_MAP; #define JABBER_DEFAULT_RECENT_COUNT 10
-struct JABBER_GROUPCHAT_INVITE_INFO
-{
- TCHAR *roomJid;
- TCHAR *from;
- TCHAR *reason;
- TCHAR *password;
-};
-
struct ROSTERREQUSERDATA
{
HWND hwndDlg;
@@ -415,7 +407,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface //---- jabber_groupchat.c ------------------------------------------------------------
INT_PTR __cdecl OnMenuHandleJoinGroupchat(WPARAM wParam, LPARAM lParam);
- void __cdecl GroupchatInviteAcceptThread(JABBER_GROUPCHAT_INVITE_INFO *inviteInfo);
INT_PTR __cdecl OnJoinChat(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl OnLeaveChat(WPARAM wParam, LPARAM lParam);
|