Browse Source

[Form] Removed unused use-statements

Bernhard Schussek 14 years ago
parent
commit
58b8555cb6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/Symfony/Component/Form/Type/FieldType.php

+ 0 - 3
src/Symfony/Component/Form/Type/FieldType.php

@@ -15,10 +15,7 @@ use Symfony\Component\Form\Util\PropertyPath;
 use Symfony\Component\Form\FormBuilder;
 use Symfony\Component\Form\FormInterface;
 use Symfony\Component\Form\Renderer\FormRendererInterface;
-use Symfony\Component\Form\Renderer\Theme\FormThemeFactoryInterface;
 use Symfony\Component\Form\EventListener\TrimListener;
-use Symfony\Component\Form\EventListener\ValidationListener;
-use Symfony\Component\Form\CsrfProvider\CsrfProviderInterface;
 use Symfony\Component\Form\Validator\DefaultValidator;
 use Symfony\Component\Form\Validator\DelegatingValidator;
 use Symfony\Component\EventDispatcher\EventDispatcher;