Salome HOME
Upgrade to paraview 5.4 ngr/python3_dev_pv5.4
authorGilles DAVID <gilles-g.david@edf.fr>
Mon, 22 May 2017 13:56:33 +0000 (15:56 +0200)
committerGilles DAVID <gilles-g.david@edf.fr>
Wed, 24 May 2017 06:36:57 +0000 (08:36 +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);