Salome HOME
Avoid working with empty attributes in constraints of sketch solver
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Plugin.cpp
index 11034f4f6b11d0ac072b0cd98a068ab9d666c2d1..58b214b47c96522dcfcf5df123e5f27b7e1251fe 100644 (file)
@@ -30,12 +30,8 @@ ExchangePlugin_Plugin::ExchangePlugin_Plugin()
                               new ExchangePlugin_ImportFormatValidator);
 
   // register construction properties
-  Config_PropManager::registerProp("Visualization", "import_feature_color", "Imported feature color",
-                                   Config_Prop::Color, IMPORTED_FEATURE_COLOR);
-
-  // register random result color properties
-  Config_PropManager::registerProp("Visualization", "random_result_color", "Use random color for results",
-                                   Config_Prop::Bool, "false");
+  //Config_PropManager::registerProp("Visualization", "import_feature_color", "Imported feature color",
+  //                                 Config_Prop::Color, ExchangePlugin_ImportFeature::DEFAULT_COLOR());
 }
 
 FeaturePtr ExchangePlugin_Plugin::createFeature(string theFeatureID)