diff options
Diffstat (limited to 'gr-blocks/lib/interleaved_char_to_complex_impl.h')
-rw-r--r-- | gr-blocks/lib/interleaved_char_to_complex_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-blocks/lib/interleaved_char_to_complex_impl.h b/gr-blocks/lib/interleaved_char_to_complex_impl.h index 484c33c9f4..f07805788c 100644 --- a/gr-blocks/lib/interleaved_char_to_complex_impl.h +++ b/gr-blocks/lib/interleaved_char_to_complex_impl.h @@ -31,7 +31,6 @@ namespace gr { class BLOCKS_API interleaved_char_to_complex_impl : public interleaved_char_to_complex { private: - bool d_vector_input; public: interleaved_char_to_complex_impl(bool vector_input=false); |