]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangePlugin/ExchangePlugin_Plugin.cpp
Salome HOME
The default colors in preferences for sketch elements and features.
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Plugin.cpp
index c843f6cc15cc133ff0b811851c816cf8029cedd0..2b8cb8b484f3e46221f6f6588f602d6b3d0e1b31 100644 (file)
@@ -31,10 +31,6 @@ ExchangePlugin_Plugin::ExchangePlugin_Plugin()
                               new ExchangePlugin_ImportFormatValidator);
   aFactory->registerValidator("ExchangePlugin_ExportFormat",
                               new ExchangePlugin_ExportFormatValidator);
-
-  // register construction properties
-  //Config_PropManager::registerProp("Visualization", "import_feature_color", "Imported feature color",
-  //                                 Config_Prop::Color, ExchangePlugin_ImportFeature::DEFAULT_COLOR());
 }
 
 FeaturePtr ExchangePlugin_Plugin::createFeature(string theFeatureID)