diff options
author | Josh Morman <jmorman@perspectalabs.com> | 2021-03-25 10:28:09 -0400 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-04-21 14:02:57 -0400 |
commit | d71c4550e04f74b09fba0bbe8d7cd07dda68ba35 (patch) | |
tree | 1b0f626d65d35927c1b2d346dc2be095a2e449c8 /gr-analog/lib/sig_source_impl.h | |
parent | 8f9c66bf0b4099cd824745bbbdcde2285db78cf9 (diff) |
analog: remove deprecated freq port
Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Diffstat (limited to 'gr-analog/lib/sig_source_impl.h')
-rw-r--r-- | gr-analog/lib/sig_source_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-analog/lib/sig_source_impl.h b/gr-analog/lib/sig_source_impl.h index d73c51de68..aaab545487 100644 --- a/gr-analog/lib/sig_source_impl.h +++ b/gr-analog/lib/sig_source_impl.h @@ -54,8 +54,6 @@ public: void set_waveform(gr_waveform_t waveform) override; // Message handlers - //!\brief deprecated handler. Use "cmd" port instead. - void set_freq_msg(pmt::pmt_t msg); void set_cmd_msg(pmt::pmt_t msg); void set_frequency(double frequency) override; |