diff --git a/application/core/AutoLoader.php b/application/core/AutoLoader.php index 3baaeb32..370a2cce 100644 --- a/application/core/AutoLoader.php +++ b/application/core/AutoLoader.php @@ -16,17 +16,7 @@ class AutoLoader { */ public static function register() { spl_autoload_register(array(get_class(), 'autoload')); - self::registerClassAliases(); } - - /** - * Register the Class Aliases needed to keep compatibility - */ - private static function registerClassAliases() { - class_alias('ManiaControl\\Utils\\Formatter', 'ManiaControl\\Formatter'); - class_alias('ManiaControl\\Utils\\ColorUtil', 'ManiaControl\\ColorUtil'); - } - /** * Try to autoload the Class with the given Name *