]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Upgrade to paraview 5.4
authoruhz <ulysse.humbert-gonzalez@opencascade.com>
Fri, 9 Jun 2017 14:20:20 +0000 (16:20 +0200)
committeruhz <ulysse.humbert-gonzalez@opencascade.com>
Fri, 9 Jun 2017 14:20:20 +0000 (16:20 +0200)
src/PVViewer/PVViewer_Behaviors.cxx

index a1ae5817dbe370cade99c9ff2531e280e4c25509..d618921872f40c04349ea73cf06d6343bc905bc8 100644 (file)
@@ -46,7 +46,6 @@
 #include <pqCollaborationBehavior.h>
 #include <pqVerifyRequiredPluginBehavior.h>
 #include <pqPluginSettingsBehavior.h>
-#include <pqFixPathsInStateFilesBehavior.h>
 #include <pqApplyBehavior.h>
 
 #include <pqPropertiesPanel.h>
@@ -81,7 +80,6 @@ void PVViewer_Behaviors::instanciateMinimalBehaviors(QMainWindow * desk)
       new pqAlwaysConnectedBehavior(this);  // client always connected to a server
       new pqVerifyRequiredPluginBehavior(this);
       new pqPluginSettingsBehavior(this);
-      new pqFixPathsInStateFilesBehavior(this);
       new pqCrashRecoveryBehavior(this);
       new pqCommandLineOptionsBehavior(this);