[QGIS Commit] r11525 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Aug 30 09:59:54 EDT 2009


Author: jef
Date: 2009-08-30 09:59:53 -0400 (Sun, 30 Aug 2009)
New Revision: 11525

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
remove spurious connect (following up r11522)

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2009-08-29 19:14:28 UTC (rev 11524)
+++ trunk/qgis/src/app/qgisapp.cpp	2009-08-30 13:59:53 UTC (rev 11525)
@@ -1679,10 +1679,6 @@
   connect( mMapLegend, SIGNAL( currentLayerChanged( QgsMapLayer* ) ),
            mMapTools.mNodeTool, SLOT( currentLayerChanged( QgsMapLayer* ) ) );
 
-  // connect map layer registry signal to identify
-  connect( QgsMapLayerRegistry::instance(), SIGNAL( layerWillBeRemoved( QString ) ),
-           mMapTools.mIdentify, SLOT( removeLayer( QString ) ) );
-
   //signal when mouse moved over window (coords display in status bar)
   connect( mMapCanvas, SIGNAL( xyCoordinates( QgsPoint & ) ), this, SLOT( showMouseCoordinate( QgsPoint & ) ) );
   connect( mMapCanvas->mapRenderer(), SIGNAL( drawingProgress( int, int ) ), this, SLOT( showProgress( int, int ) ) );



More information about the QGIS-commit mailing list