diff options
author | Tom Rondeau | 2011-04-10 17:13:15 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-10 17:13:15 -0400 |
commit | c4050c5bdb55ce14565d0ade84bd518cc8c27ec5 (patch) | |
tree | f1ed3bc9b7eba842e329fe87993c89947e5e71b2 /gr-qtgui/swig | |
parent | 6a4bef7a8076864ab574fef6b3fd4e93824988cc (diff) | |
download | gnuradio-c4050c5bdb55ce14565d0ade84bd518cc8c27ec5.tar.gz gnuradio-c4050c5bdb55ce14565d0ade84bd518cc8c27ec5.tar.bz2 gnuradio-c4050c5bdb55ce14565d0ade84bd518cc8c27ec5.zip |
gr-qtgui: removed OpenGL calls; we still link against the QTOPENGL_LIBS because of some dependencies in Qwt.
Diffstat (limited to 'gr-qtgui/swig')
-rw-r--r-- | gr-qtgui/swig/qtgui_swig.i | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gr-qtgui/swig/qtgui_swig.i b/gr-qtgui/swig/qtgui_swig.i index 8069ed6c2..734709f09 100644 --- a/gr-qtgui/swig/qtgui_swig.i +++ b/gr-qtgui/swig/qtgui_swig.i @@ -34,7 +34,6 @@ GR_SWIG_BLOCK_MAGIC(qtgui,sink_c) const std::string &name="Display", bool plotfreq=true, bool plotwaterfall=true, bool plottime=true, bool plotconst=true, - bool use_openGL=true, QWidget *parent=NULL); class qtgui_sink_c : public gr_block @@ -45,14 +44,12 @@ private: const std::string &name, bool plotfreq, bool plotwaterfall, bool plottime, bool plotconst, - bool use_openGL, QWidget *parent); qtgui_sink_c (int fftsize, int wintype, double fc, double bw, const std::string &name, bool plotfreq, bool plotwaterfall, bool plottime, bool plotconst, - bool use_openGL, QWidget *parent); public: @@ -80,7 +77,6 @@ qtgui_sink_f_sptr qtgui_make_sink_f (int fftsize, int wintype, const std::string &name="Display", bool plotfreq=true, bool plotwaterfall=true, bool plottime=true, bool plotconst=true, - bool use_openGL=true, QWidget *parent=NULL); class qtgui_sink_f : public gr_block @@ -91,14 +87,12 @@ private: const std::string &name, bool plotfreq, bool plotwaterfall, bool plottime, bool plotconst, - bool use_openGL, QWidget *parent); qtgui_sink_f (int fftsize, int wintype, double fc, double bw, const std::string &name, bool plotfreq, bool plotwaterfall, bool plottime, bool plotconst, - bool use_openGL, QWidget *parent); public: |