Salome HOME
Send information message for translation
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.cpp
index 8fd52e598bfc06d6568a75d85aea966398421a86..9fab49052887fc88866bd1c95b8095b55117d4ee 100644 (file)
@@ -31,8 +31,6 @@ XGUI_ModuleConnector::XGUI_ModuleConnector(XGUI_Workshop* theWorkshop)
 {
   XGUI_SelectionMgr* aSelector = myWorkshop->selector();
   connect(aSelector, SIGNAL(selectionChanged()), this, SIGNAL(selectionChanged()));
-  
-  XGUI_OperationMgr* anOperationMgr = myWorkshop->operationMgr();
 }
 
 XGUI_ModuleConnector::~XGUI_ModuleConnector()