From: Anthony Geay Date: Fri, 14 Oct 2016 15:22:41 +0000 (+0200) Subject: A fast porting X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=af8709c2a88de6213d4016d9bc67733ee697c424;p=modules%2Fgui.git A fast porting --- diff --git a/src/PVViewer/PVViewer_Behaviors.cxx b/src/PVViewer/PVViewer_Behaviors.cxx index f31a6dfd6..a1ae5817d 100644 --- a/src/PVViewer/PVViewer_Behaviors.cxx +++ b/src/PVViewer/PVViewer_Behaviors.cxx @@ -44,7 +44,6 @@ #include #include #include -#include #include #include #include @@ -118,7 +117,6 @@ void PVViewer_Behaviors::instanciateAllBehaviors(QMainWindow * desk) new pqObjectPickingBehavior(desk); new pqCollaborationBehavior(this); new pqViewStreamingBehavior(this); - new pqStandardArrayColorMapsBehavior(this); // Move instantiation of the pqApplyBehavior to the PVViewer_GUIElements::buildPVWidgets(), // because without pqPropertiesPanel it doesn't make sense.