git-svn-id: https://svn.code.sf.net/p/freetel/code@789 01035d8c-6547-0410-b346-abe4f9...
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 22 Oct 2012 15:10:00 +0000 (15:10 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 22 Oct 2012 15:10:00 +0000 (15:10 +0000)
fdmdv2/src/fdmdv2_plot_waterfall.h

index bf4e99ea4bfdfdad09d7338dfa303b2546702030..38d628566ecc00df92d48ef7e34e81a7255d9b8b 100644 (file)
@@ -43,17 +43,14 @@ class PlotWaterfall : public PlotPanel
     public:
         PlotWaterfall(wxFrame* parent);
         ~PlotWaterfall();
-//        bool                m_newdata;
 
     protected:
-    //    unsigned    *m_pixel_buf;
         unsigned    m_heatmap_lut[256];
         wxMemoryDC  m_mDC;
 
         unsigned    heatmap(float val, float min, float max);
 
         void        OnPaint(wxPaintEvent & evt);
-        //void        OnSize(wxSizeEvent& event);
         void        OnShow(wxShowEvent& event);
         void        drawGraticule(wxAutoBufferedPaintDC&  dc);
         void        draw(wxAutoBufferedPaintDC& pdc);