diff options
author | Johnathan Corgan | 2011-07-19 07:25:00 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-07-19 07:25:00 -0700 |
commit | 0d30c802c947fe3a6db3ee8a4907e167debe477f (patch) | |
tree | b885c170204b253541619720df6c25e380630e3e /gr-qtgui/lib | |
parent | e90497c104ea2eb3854e1081e32ffab07d26a314 (diff) | |
parent | 7e2b45b89137a3cc2b1cdb066577c323545cfcb7 (diff) | |
download | gnuradio-0d30c802c947fe3a6db3ee8a4907e167debe477f.tar.gz gnuradio-0d30c802c947fe3a6db3ee8a4907e167debe477f.tar.bz2 gnuradio-0d30c802c947fe3a6db3ee8a4907e167debe477f.zip |
Merge branch 'master' into next
Diffstat (limited to 'gr-qtgui/lib')
-rw-r--r-- | gr-qtgui/lib/spectrumUpdateEvents.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-qtgui/lib/spectrumUpdateEvents.h b/gr-qtgui/lib/spectrumUpdateEvents.h index 5a17657b7..760619f88 100644 --- a/gr-qtgui/lib/spectrumUpdateEvents.h +++ b/gr-qtgui/lib/spectrumUpdateEvents.h @@ -101,7 +101,6 @@ public: int which() const; const std::vector<double*> getTimeDomainPoints() const; uint64_t getNumTimeDomainDataPoints() const; - timespec getDataTimestamp() const; bool getRepeatDataFlag() const; protected: |