Remove dead code

This commit is contained in:
Matthias Kuhn 2017-09-05 11:03:23 +02:00
parent 93ec7616e5
commit 11240a3d72
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -1922,9 +1922,6 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
*/
bool setDataProvider( QString const &provider );
//! Goes through all features and finds a free id (e.g. to give it temporarily to a not-committed feature)
QgsFeatureId findFreeId();
//! Read labeling from SLD
void readSldLabeling( const QDomNode &node );