remove redundant void

This commit is contained in:
berniev
2022-07-31 14:28:37 +10:00
committed by wwmayer
parent 474981d7b6
commit 85170b2879
75 changed files with 519 additions and 519 deletions

View File

@@ -40,7 +40,7 @@ PROPERTY_SOURCE_WITH_EXTENSIONS(App::Part, App::GeoFeature)
//===========================================================================
Part::Part(void)
Part::Part()
{
ADD_PROPERTY(Type,(""));
ADD_PROPERTY_TYPE(Material, (nullptr), 0, App::Prop_None, "The Material for this Part");
@@ -60,7 +60,7 @@ Part::Part(void)
GroupExtension::initExtension(this);
}
Part::~Part(void)
Part::~Part()
{
}