]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLib.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMLib.cpp
index 24033518f493f43e633d253a7edf06e02eeb5ea7..11b5f370252efdb83e624303fc86286af871afb9 100644 (file)
@@ -159,17 +159,6 @@ modelCDMLibrary* modelCDMLib::CreateLibrary(
   return library;
 }
 
-bool modelCDMLib::OpenCMakeListsFile(std::string*& result)
-{
-  if (!CDMUtilities::openTextEditor(this->CMakeLists->GetPath()))
-    return true;
-  else
-    {
-      result = new std::string("Couldn't open CMakeLists file.");
-      return false;
-    }
-}
-
 const bool modelCDMLib::Refresh(std::string*& result)
 {
   this->type = wxDIR_DIRS;