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(''); -});