Skip to content
Snippets Groups Projects
Commit ac0a6380 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

ENH: Removed needless commented code.

parent 801e6a59
No related branches found
No related tags found
No related merge requests found
......@@ -108,13 +108,6 @@ MainWindow
qApp, SLOT( quit() )
);
/*
// Connect the setLargestPossibleregion
QObject::connect(
centralWidget(), SIGNAL( ModelImageRegionChanged(const ImageRegionType&) ),
imageViewManipulator, SLOT( OnModelImageRegionChanged(const ImageRegionType&)) );
*/
// Connect Appllication and MainWindow when selected model is about
// to change.
QObject::connect(
......@@ -162,13 +155,6 @@ MainWindow
tr( "Quicklook" ),
Qt::LeftDockWidgetArea
);
/*
// Connect the setLargestPossibleregion
QObject::connect(
qlWidget, SIGNAL( ModelImageRegionChanged(const ImageRegionType&) ),
qlViewManipulator, SLOT( OnModelImageRegionChanged(const ImageRegionType&)) );
*/
//
// COLOR SETUP.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment