Skip to content

Commit cacc359

Browse files
committed
Clean up
1 parent 9a35b06 commit cacc359

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Interface/Application/ModuleWidget.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,12 +485,10 @@ ModuleWidget::ModuleWidget(NetworkEditor* ed, const QString& name, SCIRun::Dataf
485485
createPorts(*theModule_);
486486
addPorts(currentIndex());
487487

488-
//std::cout << "current widget size: " << currentWidget()->size().width() << " " << currentWidget()->size().height() << std::endl;
489488
resize(currentWidget()->size());
490489

491490
connect(this, SIGNAL(backgroundColorUpdated(const QString&)), this, SLOT(updateBackgroundColor(const QString&)));
492491
theModule_->connectExecutionStateChanged([this](int state) { QtConcurrent::run(boost::bind(&ModuleWidget::updateBackgroundColorForModuleState, this, state)); });
493-
//connect(this, SIGNAL(moduleStateUpdated(int)), this, SLOT(updateBackgroundColorForModuleState(int)));
494492

495493
Core::Preferences::Instance().modulesAreDockable.connectValueChanged(boost::bind(&ModuleWidget::adjustDockState, this, _1));
496494

0 commit comments

Comments
 (0)