Skip to content

Commit 7998745

Browse files
committed
Remove unused variable
1 parent 063c1a4 commit 7998745

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/qgseditformconfig_p.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class QgsEditFormConfigPrivate : public QSharedData
3636
, mConfiguredRootContainer( o.mConfiguredRootContainer )
3737
, mFieldEditables( o.mFieldEditables )
3838
, mLabelOnTop( o.mLabelOnTop )
39-
, mEditorWidgetTypes( o.mEditorWidgetTypes )
4039
, mWidgetConfigs( o.mWidgetConfigs )
4140
, mEditorLayout( o.mEditorLayout )
4241
, mUiFormPath( o.mUiFormPath )
@@ -61,7 +60,6 @@ class QgsEditFormConfigPrivate : public QSharedData
6160
QMap< QString, bool> mFieldEditables;
6261
QMap< QString, bool> mLabelOnTop;
6362

64-
QMap<QString, QString> mEditorWidgetTypes;
6563
QMap<QString, QVariantMap > mWidgetConfigs;
6664

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

0 commit comments

Comments
 (0)