From 6c4fa3b37e8603ae865e9fc27a6c3f562404e738 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= <grosse@cosmocode.de>
Date: Wed, 7 Mar 2018 11:35:04 +0100
Subject: [PATCH] fix: StyleUtils is already handled by the autoloader

Since StyleUtils has a namespace, it is already handled correctly by the
autoloader. This is further underlined by the fact that the removed line
isn't actually working because of the missing `s` in the classname.
---
 inc/load.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inc/load.php b/inc/load.php
index 9d109dcae..b6613d698 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -82,7 +82,6 @@ function load_autoload($name){
         'RemoteAPI'             => DOKU_INC.'inc/remote.php',
         'RemoteAPICore'         => DOKU_INC.'inc/RemoteAPICore.php',
         'Subscription'          => DOKU_INC.'inc/subscription.php',
-        'StyleUtil'             => DOKU_INC.'inc/StyleUtil.php',
 
         'DokuWiki_Action_Plugin' => DOKU_PLUGIN.'action.php',
         'DokuWiki_Admin_Plugin'  => DOKU_PLUGIN.'admin.php',
-- 
GitLab