From 18274fdde5d3a62640c472878fa05cfc228d7299 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Dec 2013 18:00:27 +0000 Subject: IRC: custom reconnect code removed git-svn-id: http://svn.miranda-ng.org/main/trunk@7048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/src/irc.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'protocols/IRCG/src/irc.h') diff --git a/protocols/IRCG/src/irc.h b/protocols/IRCG/src/irc.h index 9c1aef10e6..f6028219ee 100644 --- a/protocols/IRCG/src/irc.h +++ b/protocols/IRCG/src/irc.h @@ -298,8 +298,6 @@ struct CIrcProto : public PROTO char m_portEnd[10]; int m_iSSL; TCHAR m_identPort[10]; - TCHAR m_retryWait[10]; - TCHAR m_retryCount[10]; TCHAR m_nick[30], m_pNick[30]; TCHAR m_alternativeNick[30]; TCHAR m_name[200]; @@ -326,7 +324,6 @@ struct CIrcProto : public PROTO BYTE m_hideServerWindow; BYTE m_ident; BYTE m_identTimer; - BYTE m_retry; BYTE m_disableDefaultServer; BYTE m_autoOnlineNotification; BYTE m_sendKeepAlive; @@ -366,7 +363,6 @@ struct CIrcProto : public PROTO CIrcSessionInfo si; - int m_iRetryCount; int m_portCount; DWORD m_bConnectRequested; DWORD m_bConnectThreadRunning; @@ -476,8 +472,6 @@ struct CIrcProto : public PROTO void DisconnectFromServer(void); void InitMainMenus(void); - UINT_PTR RetryTimer; - void __cdecl ConnectServerThread( void* ); void __cdecl DisconnectServerThread( void* ); @@ -646,7 +640,6 @@ VOID CALLBACK KeepAliveTimerProc( HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD VOID CALLBACK OnlineNotifTimerProc( HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime ); VOID CALLBACK OnlineNotifTimerProc3( HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime ); VOID CALLBACK DCCTimerProc( HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime ); -VOID CALLBACK RetryTimerProc( HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime ); // options.cpp -- cgit v1.2.3