]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Upgrade to paraview 5.4 Before_multi_study_removal_06072017
authorGilles DAVID <gilles-g.david@edf.fr>
Mon, 22 May 2017 13:56:33 +0000 (15:56 +0200)
committerrnv <rnv@opencascade.com>
Tue, 6 Jun 2017 11:57:18 +0000 (14:57 +0300)
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);