From b3032fe25ac6cb912814eef7830354ce07002aea Mon Sep 17 00:00:00 2001 From: nurikabe Date: Fri, 3 Apr 2015 10:37:29 -0400 Subject: [PATCH] Remove unused Twig block --- .../views/Form/translation_domain.html.twig | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Resources/views/Form/translation_domain.html.twig b/Resources/views/Form/translation_domain.html.twig index 137b0a8..1dcf249 100644 --- a/Resources/views/Form/translation_domain.html.twig +++ b/Resources/views/Form/translation_domain.html.twig @@ -1,21 +1,5 @@ {# Widgets #} -{% block widget_choice_options %} -{% spaceless %} - {% for choice, label in options %} - {% if _form_is_choice_group(label) %} - - {% for nestedChoice, nestedLabel in label %} - - {% endfor %} - - {% else %} - - {% endif %} - {% endfor %} -{% endspaceless %} -{% endblock widget_choice_options %} - {% block choice_widget %} {% spaceless %} {% if expanded %}