Code cleanup: unreachable break/return

This commit is contained in:
2014-03-19 12:46:33 +11:00
parent f127f49b4d
commit a91247c2b4
21 changed files with 10 additions and 60 deletions

View File

@@ -1920,7 +1920,6 @@ static int pyrna_py_to_prop(PointerRNA *ptr, PropertyRNA *prop, void *data, PyOb
error_prefix, RNA_struct_identifier(ptr->type),
RNA_property_identifier(prop));
return -1;
break;
}
}