Skip to content

Commit

Permalink
Remove now useless mReferencedFieldIdx variable
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Jul 17, 2019
1 parent 6f140b2 commit d107418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/editorwidgets/qgsrelationreferencewidget.h
Expand Up @@ -205,7 +205,6 @@ class GUI_EXPORT QgsRelationReferenceWidget : public QWidget
// Index of the referenced layer key
int mReferencedFieldIdx = -1;
QString mReferencedField;
int mReferencingFieldIdx = -1;
bool mAllowNull = true;
QgsHighlight *mHighlight = nullptr;
QgsMapToolIdentifyFeature *mMapTool = nullptr;
Expand Down

0 comments on commit d107418

Please sign in to comment.