Surface: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 08:32:21 +02:00
committed by wwmayer
parent ba6365f950
commit 93ac88bcc3
13 changed files with 3 additions and 41 deletions

View File

@@ -72,10 +72,6 @@ Extend::Extend() : lockOnChangeMutex(false)
SampleV.setConstraints(&SampleRange);
}
Extend::~Extend()
{
}
short Extend::mustExecute() const
{
if (Face.isTouched())