diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-12-29 13:09:00 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-12-29 13:09:00 -0500 |
commit | 8c86d9490d5b33ed5652aa38984be457a472d199 (patch) | |
tree | e0026f3609e105b705b61acefab143b777b54df6 /gr-fec/lib/dummy_decoder_impl.h | |
parent | ccebbe0a028158df250aae02c1dd893dd1551dda (diff) | |
parent | b508945c8096a778a171ee70fe769d97924e4978 (diff) |
Merge branch 'maint'
Conflicts:
gr-fec/lib/decoder_impl.cc
gr-fec/lib/encoder_impl.cc
Diffstat (limited to 'gr-fec/lib/dummy_decoder_impl.h')
-rw-r--r-- | gr-fec/lib/dummy_decoder_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-fec/lib/dummy_decoder_impl.h b/gr-fec/lib/dummy_decoder_impl.h index 4685a86f14..bcdd606f18 100644 --- a/gr-fec/lib/dummy_decoder_impl.h +++ b/gr-fec/lib/dummy_decoder_impl.h @@ -39,7 +39,6 @@ namespace gr { int get_output_size(); int get_input_size(); int get_input_item_size(); - float get_shift(); const char* get_input_conversion(); //const char* get_output_conversion(); |