]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Tools.h
Salome HOME
Task #3237: Allow usage of accented characters in ObjectBrowser
[modules/shaper.git] / src / ModelAPI / ModelAPI_Tools.h
index f927a67c75dfcf4598a5699d52fcf460b4daf0b2..3956b6621001cdf90416b67e00e88d0701d6d8de 100644 (file)
@@ -299,17 +299,6 @@ MODELAPI_EXPORT void copyVisualizationAttrs(std::shared_ptr<ModelAPI_Result> the
 MODELAPI_EXPORT std::list<std::shared_ptr<ModelAPI_Feature> > referencedFeatures(
   std::shared_ptr<ModelAPI_Result> theTarget, const std::string& theFeatureKind,
   const bool theSortResults);
-
-/*! Converts an extended string to a simple (byte) string
-*  \param theWStr an extended string
-*/
-MODELAPI_EXPORT std::string toString(const std::wstring& theWStr);
-
-/*! Converts a byte string to an extended string
-*  \param theStr a byte string
-*/
-MODELAPI_EXPORT std::wstring toWString(const std::string& theStr);
-
 }
 
 #endif