summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/lib/qtgui_sink_f.h
diff options
context:
space:
mode:
authorTom Rondeau2010-09-13 14:49:00 -0400
committerTom Rondeau2010-10-05 22:06:18 -0400
commit0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e (patch)
treece9336c63ec2e446529ecb46b8d0a248c404603a /gr-qtgui/src/lib/qtgui_sink_f.h
parenta0c01f9f9ca5743189ce5c84ee3f2b1cea819335 (diff)
downloadgnuradio-0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e.tar.gz
gnuradio-0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e.tar.bz2
gnuradio-0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e.zip
Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API.
Diffstat (limited to 'gr-qtgui/src/lib/qtgui_sink_f.h')
-rw-r--r--gr-qtgui/src/lib/qtgui_sink_f.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/src/lib/qtgui_sink_f.h b/gr-qtgui/src/lib/qtgui_sink_f.h
index f603da7b6..5b96136f0 100644
--- a/gr-qtgui/src/lib/qtgui_sink_f.h
+++ b/gr-qtgui/src/lib/qtgui_sink_f.h
@@ -82,7 +82,7 @@ private:
int d_index;
float *d_residbuf;
- bool d_plotfreq, d_plotwaterfall, d_plotwaterfall3d, d_plottime, d_plotconst;
+ bool d_plotfreq, d_plotwaterfall, d_plottime, d_plotconst;
double d_update_time;