summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Freire <igor@blockstream.com>2020-01-18 11:24:56 -0300
committerdevnulling <devnulling@users.noreply.github.com>2020-02-15 11:10:41 -0800
commitd9750796171a2b98e78b8a1e9b55ff8c8a414ad0 (patch)
treeabda0026e57113abd043f659da43249b45bd5cc8
parent35b3bbc8ed2fa08c2d3cef7428439dcffee5c2b4 (diff)
grc: Remove unused template definition
-rw-r--r--grc/core/generator/flow_graph.py.mako7
1 files changed, 0 insertions, 7 deletions
diff --git a/grc/core/generator/flow_graph.py.mako b/grc/core/generator/flow_graph.py.mako
index 81c7c33f78..fe506d148a 100644
--- a/grc/core/generator/flow_graph.py.mako
+++ b/grc/core/generator/flow_graph.py.mako
@@ -299,13 +299,6 @@ def snippets_${section}(tb):
## For top block code, generate a main routine.
## Instantiate the top block and run as gui or cli.
########################################################
-<%def name="make_default(type_, param)">
- % if type_ == 'eng_float':
-eng_notation.num_to_str(float(${param.templates.render('make')}))
- % else:
-${param.templates.render('make')}
- % endif
-</%def>\
% if not generate_options.startswith('hb'):
<% params_eq_list = list() %>
% if parameters: