Salome HOME
A new dialog class for edition of Ports of an InLine nodes is introduced. This funct...
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Main.cxx
index 59344f1d5f8cd103a3c0b06ac24a108d3b4b8535..aa397a8c17f7bf91e69e0dd94b8967fc07afad61 100644 (file)
@@ -422,20 +422,6 @@ void SUPERVGUI_Main::showCanvas() {
   }
 }
 
-
-bool SUPERVGUI_Main::exportDataflow(QString theFile) {
-  Trace("SUPERVGUI_Main::exportDataflow");
-  if ((SUPERV_isNull(dataflow))) return false;
-
-  if (!theFile.isEmpty()) {
-    if (!dataflow->Export(theFile.latin1())) {
-      QMessageBox::warning(QAD_Application::getDesktop(), tr("ERROR"), tr("MSG_BAD_WRITING"));
-      return false;
-    }
-  }
-  return true;
-}
-
 void SUPERVGUI_Main::insertFile() {
     Trace("SUPERVGUI_Main::insertFile")
     if ((SUPERV_isNull(dataflow))) return;