Skip to content

Commit cb566c0

Browse files
committed
QgsMapToolIdentifyAction cleanup
1 parent 526ab02 commit cb566c0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/app/qgsmaptoolidentifyaction.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,9 @@ class QgsMapToolIdentifyAction : public QgsMapToolIdentify
7373
void copyToClipboard( QgsFeatureStore & );
7474

7575
private:
76-
void identify( QgsPoint point, QgsRectangle viewExtent, double mapUnitsPerPixel );
77-
bool identifyLayer( QgsMapLayer *layer, QgsPoint point, QgsRectangle viewExtent, double mapUnitsPerPixel );
78-
bool identifyRasterLayer( QgsRasterLayer *layer, QgsPoint point, QgsRectangle viewExtent, double mapUnitsPerPixel );
79-
bool identifyVectorLayer( QgsVectorLayer *layer, QgsPoint point );
80-
8176
//! Pointer to the identify results dialog for name/value pairs
8277
QPointer<QgsIdentifyResultsDialog> mResultsDialog;
8378

84-
void addFeature( QgsMapLayer *layer, int fid,
85-
QString displayField, QString displayValue,
86-
const QMap< QString, QString > &attributes,
87-
const QMap< QString, QString > &derivedAttributes );
88-
8979
QgsIdentifyResultsDialog *resultsDialog();
9080

9181
virtual QGis::UnitType displayUnits();

0 commit comments

Comments
 (0)