aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-10 04:01:47 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-10 04:01:47 +0200
commit143c1ba8d10bc27500812acd433ffca56110f02c (patch)
treed565b9956f906891adc57879c9517c72d848b382 /phpBB/phpbb/template
parente7e6d45789d4084b98a9c6227a42976e4a1d8f7f (diff)
downloadforums-143c1ba8d10bc27500812acd433ffca56110f02c.tar
forums-143c1ba8d10bc27500812acd433ffca56110f02c.tar.gz
forums-143c1ba8d10bc27500812acd433ffca56110f02c.tar.bz2
forums-143c1ba8d10bc27500812acd433ffca56110f02c.tar.xz
forums-143c1ba8d10bc27500812acd433ffca56110f02c.zip
[ticket/12957] Removed unused use
PHPBB3-12957
Diffstat (limited to 'phpBB/phpbb/template')
-rw-r--r--phpBB/phpbb/template/twig/environment.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/phpbb/template/twig/environment.php b/phpBB/phpbb/template/twig/environment.php
index b3f57b016f..0ba7a265e4 100644
--- a/phpBB/phpbb/template/twig/environment.php
+++ b/phpBB/phpbb/template/twig/environment.php
@@ -13,9 +13,6 @@
namespace phpbb\template\twig;
-use Twig_Lexer;
-use Twig_LexerInterface;
-
class environment extends \Twig_Environment
{
/** @var \phpbb\config\config */