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