Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
nyalldawson committed Jan 16, 2018
1 parent 063c1a4 commit 7998745
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/qgseditformconfig_p.h
Expand Up @@ -36,7 +36,6 @@ class QgsEditFormConfigPrivate : public QSharedData
, mConfiguredRootContainer( o.mConfiguredRootContainer )
, mFieldEditables( o.mFieldEditables )
, mLabelOnTop( o.mLabelOnTop )
, mEditorWidgetTypes( o.mEditorWidgetTypes )
, mWidgetConfigs( o.mWidgetConfigs )
, mEditorLayout( o.mEditorLayout )
, mUiFormPath( o.mUiFormPath )
Expand All @@ -61,7 +60,6 @@ class QgsEditFormConfigPrivate : public QSharedData
QMap< QString, bool> mFieldEditables;
QMap< QString, bool> mLabelOnTop;

QMap<QString, QString> mEditorWidgetTypes;
QMap<QString, QVariantMap > mWidgetConfigs;

//! Defines the default layout to use for the attribute editor (Drag and drop, UI File, Generated)
Expand Down

0 comments on commit 7998745

Please sign in to comment.