Skip to content

Commit 677abbf

Browse files
committedJul 23, 2014
Followup 9f07383
1 parent 2b0a53b commit 677abbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/gui/qgsattributeformlegacyinterface.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ QgsAttributeFormLegacyInterface::QgsAttributeFormLegacyInterface( const QString&
2626
, mPyFunctionName( function )
2727
, mPyFormVarName( pyFormName )
2828
{
29-
QDialogButtonBox* buttonBox = form->findChild<QDialogButtonBox*>();
30-
3129
mPyLayerVarName = QString( "_qgis_layer_%1" ).arg( form->layer()->id() );
3230

3331
QString initLayer = QString( "%1 = sip.wrapinstance( %2, qgis.core.QgsVectorLayer )" )

0 commit comments

Comments
 (0)
Please sign in to comment.