Skip to content

Commit bfcf6dd

Browse files
author
jef
committed
remove spurious connect (following up r11522)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11525 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent bc92ebb commit bfcf6dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/qgisapp.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,10 +1679,6 @@ void QgisApp::setupConnections()
16791679
connect( mMapLegend, SIGNAL( currentLayerChanged( QgsMapLayer* ) ),
16801680
mMapTools.mNodeTool, SLOT( currentLayerChanged( QgsMapLayer* ) ) );
16811681

1682-
// connect map layer registry signal to identify
1683-
connect( QgsMapLayerRegistry::instance(), SIGNAL( layerWillBeRemoved( QString ) ),
1684-
mMapTools.mIdentify, SLOT( removeLayer( QString ) ) );
1685-
16861682
//signal when mouse moved over window (coords display in status bar)
16871683
connect( mMapCanvas, SIGNAL( xyCoordinates( QgsPoint & ) ), this, SLOT( showMouseCoordinate( QgsPoint & ) ) );
16881684
connect( mMapCanvas->mapRenderer(), SIGNAL( drawingProgress( int, int ) ), this, SLOT( showProgress( int, int ) ) );

0 commit comments

Comments
 (0)