]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp
Salome HOME
Change color for construction/body/group.
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_ImportFeature.cpp
index 11d45e7854aa0fecba09c74b3645e17e67816963..7fe93e09022b7b962ade8ce358258507c844bab7 100644 (file)
@@ -70,14 +70,6 @@ void ExchangePlugin_ImportFeature::execute()
   importFile(aFilePath);
 }
 
-void ExchangePlugin_ImportFeature::customisePresentation(AISObjectPtr thePrs)
-{
-  std::vector<int> aRGB = Config_PropManager::color("Visualization", "import_feature_color",
-                                                    IMPORTED_FEATURE_COLOR);
-  thePrs->setColor(aRGB[0], aRGB[1], aRGB[2]);
-  thePrs->redisplay();
-}
-
 bool ExchangePlugin_ImportFeature::importFile(const std::string& theFileName)
 {
   // retrieve the file and plugin library names