From: ptv Date: Thu, 10 Nov 2005 05:37:41 +0000 (+0000) Subject: remove useless connect on absent signal and absent slot X-Git-Tag: V3_1_0a3~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2c0f47471643504715685a497303b2521352dfb0;p=modules%2Fgui.git remove useless connect on absent signal and absent slot --- diff --git a/src/SUIT/SUIT_Study.cxx b/src/SUIT/SUIT_Study.cxx index 799641f16..d99233382 100755 --- a/src/SUIT/SUIT_Study.cxx +++ b/src/SUIT/SUIT_Study.cxx @@ -26,9 +26,6 @@ myBlockChangeState( false ) myRoot = new SUIT_DataObject(); myOperations.setAutoDelete( false ); - - connect( this, SIGNAL( changeOperationState( bool ) ), this, SLOT( onChangeOperationState( bool ) ) ); - myOperations.setAutoDelete( false ); }