Remove redundant from merge

This commit is contained in:
bgbsww
2024-02-22 20:09:35 -05:00
parent 678926cdae
commit 551bcbc17d

View File

@@ -226,18 +226,6 @@ enum class Copy
copy
};
enum class CheckScale
{
noScaleCheck,
checkScale
};
enum class Copy
{
noCopy,
copy
};
/** The representation for a CAD Shape
*/
// NOLINTNEXTLINE cppcoreguidelines-special-member-functions