From a6376dabc6f59dc421ed9e2f1b24308191b99442 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 15 Oct 2012 09:02:09 +0000 Subject: [PATCH] Some simplifications --- src/Plot2d/Plot2d_ViewFrame.cxx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Plot2d/Plot2d_ViewFrame.cxx b/src/Plot2d/Plot2d_ViewFrame.cxx index 7d476dc54..842af7ded 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -299,15 +299,6 @@ void Plot2d_ViewFrame::EraseAll() myIntermittentSegmentList.clear(); } - // The graphic view's picker - Plot2d_QwtPlotPicker *picker = myPlot->getPicker(); - - // Clear points markers list and associations (marker,tooltip) - if ( picker ) { - picker->pMarkers.clear(); // QList - picker->pMarkersToolTip.clear(); // QMap - } - // 3)- Erase all QwtPlotCurve associated with the Plot2d_Curve int nbCur1 = myQwtPlotCurveList.size(); -- 2.39.2