From b471b1567af507eb4b6da3b69daddafc48af97bb Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 29 Jun 2024 21:30:12 +0200 Subject: [PATCH] Cleanup --- system/src/global.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/system/src/global.php b/system/src/global.php index eff0bc0b..4ae1024f 100644 --- a/system/src/global.php +++ b/system/src/global.php @@ -87,11 +87,6 @@ define('HOOK_FILTER_TWIG_DISPLAY', ++$i); define('HOOK_FILTER_TWIG_RENDER', ++$i); define('HOOK_FILTER_THEME_FOOTER', ++$i); -const HOOK_FILTERS = [ - HOOK_FILTER_TWIG_DISPLAY, - HOOK_FILTER_TWIG_RENDER, -]; - const HOOK_FIRST = HOOK_STARTUP; define('HOOK_LAST', $i);