PVS: V703 It is odd that the 'previewFaceSet' field in derived class 'ViewProviderPrimitive' overwrites field in base class 'ViewProviderAddSub'

This commit is contained in:
wmayer
2019-03-16 12:41:53 +01:00
parent 805ccd8deb
commit a7919b63de
2 changed files with 0 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ PROPERTY_SOURCE(PartDesignGui::ViewProviderPrimitive,PartDesignGui::ViewProvider
ViewProviderPrimitive::ViewProviderPrimitive()
{
previewFaceSet = 0;
}
ViewProviderPrimitive::~ViewProviderPrimitive()

View File

@@ -52,7 +52,6 @@ protected:
void updateAddSubShapeIndicator();
std::string displayMode;
PartGui::SoBrepFaceSet* previewFaceSet;
};
} // namespace PartDesignGui