+ fix build failure with gcc

This commit is contained in:
wmayer
2015-11-16 23:21:47 +01:00
parent 78e9319587
commit a839a13b59
2 changed files with 1 additions and 2 deletions

View File

@@ -314,7 +314,6 @@ void PropertyModel::appendProperty(const App::Property& prop)
void PropertyModel::removeProperty(const App::Property& prop)
{
int column = 1;
int numChild = rootItem->childCount();
for (int row=0; row<numChild; row++) {
PropertyItem* child = rootItem->child(row);