summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: