diff options
Diffstat (limited to 'gr-utils/modtool/templates/templates.py')
-rw-r--r-- | gr-utils/modtool/templates/templates.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gr-utils/modtool/templates/templates.py b/gr-utils/modtool/templates/templates.py index fb9e78b71b..f384bd18a1 100644 --- a/gr-utils/modtool/templates/templates.py +++ b/gr-utils/modtool/templates/templates.py @@ -556,20 +556,6 @@ outputs: file_format: 1 ''' -# SWIG string -Templates['swig_block_magic'] = """% if version == '36': -% if blocktype != 'noblock': -GR_SWIG_BLOCK_MAGIC(${modname}, ${blockname}); -% endif -%%include "${modname}_${blockname}.h" -% else: -%%include "${include_dir_prefix}/${blockname}.h" - % if blocktype != 'noblock': -GR_SWIG_BLOCK_MAGIC2(${modname}, ${blockname}); - % endif -% endif -""" - ## Old stuff # C++ file of a GR block Templates['block_cpp36'] = '''/* -*- c++ -*- */ |