# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-09-30 11:24:34 # Node ID 062986a081a42145b45c42a58f2dab0abae3e49b # Parent b7695437c109e5e7fe9e7fa307c97a4a3bb34a11 removed dead code diff --git a/plot.cpp b/plot.cpp --- a/plot.cpp +++ b/plot.cpp @@ -39,9 +39,6 @@ Plot::Plot(QWidget* parent) : zoomer.setZoomBase(); grid.attach(this); - rectItem.setRect(QRectF(0,0,100,1)); - // rectItem.attach(this); - showGrid(false); darkBackground(false); diff --git a/plot.h b/plot.h --- a/plot.h +++ b/plot.h @@ -50,7 +50,6 @@ private: Zoomer zoomer; ScaleZoomer sZoomer; QwtPlotGrid grid; - QwtPlotShapeItem rectItem; PlotSnapshotOverlay* snapshotOverlay; QAction _showGridAction;