diff options
author | Tom Rondeau | 2011-04-06 00:22:29 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-06 00:22:29 -0400 |
commit | 8f53f5a782a6500d191ba557b37e7e3785cf6e02 (patch) | |
tree | a18c33aa51f4ac3defb8e179b12ce380b74e3da9 /gr-qtgui/lib/spectrumdisplayform.h | |
parent | b0f876b55549db96920c2b3bfee32de6748096af (diff) | |
download | gnuradio-8f53f5a782a6500d191ba557b37e7e3785cf6e02.tar.gz gnuradio-8f53f5a782a6500d191ba557b37e7e3785cf6e02.tar.bz2 gnuradio-8f53f5a782a6500d191ba557b37e7e3785cf6e02.zip |
gr-qtgui: removing references to 3D waterfall plot and changning QtGui API to remove bool that turns it on/off.
Diffstat (limited to 'gr-qtgui/lib/spectrumdisplayform.h')
-rw-r--r-- | gr-qtgui/lib/spectrumdisplayform.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-qtgui/lib/spectrumdisplayform.h b/gr-qtgui/lib/spectrumdisplayform.h index fbd08349b..e760ccc13 100644 --- a/gr-qtgui/lib/spectrumdisplayform.h +++ b/gr-qtgui/lib/spectrumdisplayform.h @@ -95,7 +95,6 @@ private: double _noiseFloorAmplitude; double _peakFrequency; double _peakAmplitude; - static int _openGLWaterfall3DFlag; double _stopFrequency; //SpectrumUpdateEvent _lastSpectrumEvent; @@ -103,7 +102,6 @@ private: // whether or not to use a particular display int d_plot_fft; int d_plot_waterfall; - int d_plot_waterfall3d; int d_plot_time; int d_plot_constellation; |