diff --git a/flextype/Themes.php b/flextype/Themes.php index 03b7efc0..86aa57db 100644 --- a/flextype/Themes.php +++ b/flextype/Themes.php @@ -61,12 +61,6 @@ class Themes */ private static function init() : void { - // Theme Manifest - $theme_manifest = []; - - // Theme cache id - $theme_cache_id = ''; - // Get current theme $theme = Registry::get('settings.theme');