Removed unimplemented mapLayersList method

git-svn-id: http://svn.osgeo.org/qgis/trunk@1657 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-06-22 17:19:58 +00:00
parent 23bc20e213
commit 021a4e4dce

View File

@ -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)