From: Anthony Geay Date: Fri, 14 Oct 2016 15:22:41 +0000 (+0200) Subject: A fast porting X-Git-Tag: V8_2_0a1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fagy%2FPortingPV512_2;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.