From: wittend99 Date: Mon, 22 Oct 2012 15:10:00 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@789 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=408deceb006881d3c013f3ec3423c07dfe6529a0;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@789 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/src/fdmdv2_plot_waterfall.h b/fdmdv2/src/fdmdv2_plot_waterfall.h index bf4e99ea..38d62856 100644 --- a/fdmdv2/src/fdmdv2_plot_waterfall.h +++ b/fdmdv2/src/fdmdv2_plot_waterfall.h @@ -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);