diff options
Diffstat (limited to 'gr-howto-write-a-block/swig/howto_square2_ff.i')
-rw-r--r-- | gr-howto-write-a-block/swig/howto_square2_ff.i | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gr-howto-write-a-block/swig/howto_square2_ff.i b/gr-howto-write-a-block/swig/howto_square2_ff.i deleted file mode 100644 index 683a93d61..000000000 --- a/gr-howto-write-a-block/swig/howto_square2_ff.i +++ /dev/null @@ -1,9 +0,0 @@ -GR_SWIG_BLOCK_MAGIC(howto,square2_ff); - -howto_square2_ff_sptr howto_make_square2_ff (); - -class howto_square2_ff : public gr_sync_block -{ -private: - howto_square2_ff (); -}; |