From 762a6283c632422d824f9b9edbd273a2d4971f2d Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 7 Sep 2013 20:29:29 +0000 Subject: [PATCH] code style --- src/client.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client.cpp b/src/client.cpp index c128c2eb..8422c685 100755 --- a/src/client.cpp +++ b/src/client.cpp @@ -177,12 +177,10 @@ CClient::CClient ( const quint16 iPortNumber ) : SIGNAL ( ChatTextReceived ( QString ) ), SIGNAL ( ChatTextReceived ( QString ) ) ); - // #### COMPATIBILITY OLD VERSION, TO BE REMOVED #### QObject::connect ( &Channel, SIGNAL ( OpusSupported() ), this, SLOT ( OnOpusSupported() ) ); - QObject::connect ( &ConnLessProtocol, SIGNAL ( CLMessReadyForSending ( CHostAddress, CVector ) ), this, SLOT ( OnSendCLProtMessage ( CHostAddress, CVector ) ) );