From 293f59c901b98546592972efdad1db17c8bcfae1 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 14 Oct 2016 17:22:41 +0200 Subject: [PATCH] A fast porting --- src/PVViewer/PVViewer_Behaviors.cxx | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.2