removed old files
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Fri, 16 Oct 2009 06:24:06 +0000 (06:24 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Fri, 16 Oct 2009 06:24:06 +0000 (06:24 +0000)
git-svn-id: http://svn.twig-project.org/trunk@63 93ef8e89-cb99-4229-a87c-7fa0fa45744b

lib/Twig/Extension/Macro.php [deleted file]

diff --git a/lib/Twig/Extension/Macro.php b/lib/Twig/Extension/Macro.php
deleted file mode 100644 (file)
index 70ed24e..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-/*
- * This file is part of Twig.
- *
- * (c) 2009 Fabien Potencier
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-class Twig_Extension_Macro extends Twig_Extension
-{
-  public function getTokenParsers()
-  {
-    return array(
-      new Twig_TokenParser_Macro(),
-      new Twig_TokenParser_Call(),
-    );
-  }
-
-  public function getName()
-  {
-    return 'macro';
-  }
-}