[Gui] remove some more superfluous nullptr checks
This commit is contained in:
@@ -238,7 +238,7 @@ bool ExpressionBinding::apply()
|
||||
{
|
||||
Property * prop(path.getProperty());
|
||||
|
||||
assert(prop != nullptr);
|
||||
assert(prop);
|
||||
Q_UNUSED(prop);
|
||||
|
||||
DocumentObject * docObj(path.getDocumentObject());
|
||||
|
||||
Reference in New Issue
Block a user