diff options
author | Tom Rondeau | 2011-07-10 20:44:59 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-07-10 20:44:59 -0400 |
commit | 02bc52c1abfbe5a3473577ef2377825d683a7bab (patch) | |
tree | 2929f32d8f788eed6e5ce01de1218f387baeb9fa | |
parent | b7d8980a6e9e070609b4270ad51d8a91ebfb60b2 (diff) | |
download | gnuradio-02bc52c1abfbe5a3473577ef2377825d683a7bab.tar.gz gnuradio-02bc52c1abfbe5a3473577ef2377825d683a7bab.tar.bz2 gnuradio-02bc52c1abfbe5a3473577ef2377825d683a7bab.zip |
qtgui: missed this when updating time info.
-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: |