Skip to content

Commit

Permalink
Remove switch default: Force warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 28, 2017
1 parent 8bef8d8 commit 8f7190f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgsattributesformproperties.cpp
Expand Up @@ -233,10 +233,6 @@ QTreeWidgetItem *QgsAttributesFormProperties::loadAttributeEditorTreeItem( QgsAt
}
}
break;

default:
QgsDebugMsg( "Unknown attribute editor widget type encountered..." );
break;
}
return newWidget;
}
Expand Down

0 comments on commit 8f7190f

Please sign in to comment.