Index: /trunk/BNC/src/rinex/availplot.cpp
===================================================================
--- /trunk/BNC/src/rinex/availplot.cpp	(revision 4584)
+++ /trunk/BNC/src/rinex/availplot.cpp	(revision 4585)
@@ -1,8 +1,5 @@
 
-#include <qwt_scale_engine.h>
 #include <qwt_symbol.h>
 #include <qwt_plot_curve.h>
-#include <qwt_plot_grid.h>
-#include <qwt_legend.h>
 
 #include "availplot.h"
@@ -14,17 +11,4 @@
 
   setCanvasBackground(QColor(Qt::white));
-
-  // Legend
-  // ------
-  QwtLegend* legend = new QwtLegend;
-  insertLegend(legend, QwtPlot::RightLegend);
-
-
-    // grid 
-    QwtPlotGrid *grid = new QwtPlotGrid;
-    grid->enableXMin(true);
-    grid->setMajPen(QPen(Qt::gray, 0, Qt::DotLine));
-    grid->setMinPen(QPen(Qt::gray, 0 , Qt::DotLine));
-    grid->attach(this);
 
   // Axes
@@ -57,5 +41,4 @@
     curve->setSymbol( symbol );
     curve->setStyle( QwtPlotCurve::NoCurve );
-    curve->setLegendAttribute( QwtPlotCurve::LegendShowSymbol );
     curve->setXAxis(QwtPlot::xBottom);
     curve->setYAxis(QwtPlot::yLeft);
