From 4e8753421687bfa137042ba891a66837231d4d28 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 22 Mar 2018 23:53:33 +0300 Subject: [PATCH] Remove events.php --- composer.json | 3 +-- flextype/boot/events.php | 16 ---------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 flextype/boot/events.php diff --git a/composer.json b/composer.json index e3062a17..11835136 100755 --- a/composer.json +++ b/composer.json @@ -36,8 +36,7 @@ "flextype" ], "files": [ - "flextype/boot/defines.php", - "flextype/boot/events.php" + "flextype/boot/defines.php" ] } } diff --git a/flextype/boot/events.php b/flextype/boot/events.php deleted file mode 100644 index 4ef04fda..00000000 --- a/flextype/boot/events.php +++ /dev/null @@ -1,16 +0,0 @@ - - * @link http://flextype.org - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -// Set Flextype Meta Generator -Events::addListener('onThemeMeta', function () { - echo(''); -});