diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-07-10 20:44:59 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-07-10 20:44:59 -0400 |
commit | 02bc52c1abfbe5a3473577ef2377825d683a7bab (patch) | |
tree | 2929f32d8f788eed6e5ce01de1218f387baeb9fa /gr-qtgui/lib | |
parent | b7d8980a6e9e070609b4270ad51d8a91ebfb60b2 (diff) |
qtgui: missed this when updating time info.
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 5a17657b75..760619f881 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: |