From 2c0f47471643504715685a497303b2521352dfb0 Mon Sep 17 00:00:00 2001 From: ptv Date: Thu, 10 Nov 2005 05:37:41 +0000 Subject: [PATCH] remove useless connect on absent signal and absent slot --- src/SUIT/SUIT_Study.cxx | 3 --- 1 file changed, 3 deletions(-) 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 ); } -- 2.39.2