From 021a4e4dcea07cf54cc4560b42b96a3354cfe8e3 Mon Sep 17 00:00:00 2001 From: timlinux Date: Tue, 22 Jun 2004 17:19:58 +0000 Subject: [PATCH] Removed unimplemented mapLayersList method git-svn-id: http://svn.osgeo.org/qgis/trunk@1657 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/qgsmaplayerregistry.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qgsmaplayerregistry.h b/src/qgsmaplayerregistry.h index ee2c85b8f4a..64a1301df2e 100644 --- a/src/qgsmaplayerregistry.h +++ b/src/qgsmaplayerregistry.h @@ -35,8 +35,6 @@ Q_OBJECT; public: //! Returns the instance pointer, creating the object on the first call static QgsMapLayerRegistry * instance(); - //! Retrieve a list of all the registered layer ids - QStringList mapLayerList(); //! Retrieve a pointer to a loaded plugin by id QgsMapLayer * mapLayer(QString theLayerId); //! Retrieve the mapLayers collection (mainly intended for use by projectio)