summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-15 16:26:00 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-15 16:26:00 +0200
commit41d51802a4f1d52aced2f2960bc919c9739cf775 (patch)
tree9fe469f404002d45076356ea7728564b714a964e /inc/load.php
parent9283184c402b592f2ed8d8a99c3809ece7d87e7a (diff)
downloadrpg-41d51802a4f1d52aced2f2960bc919c9739cf775.tar.gz
rpg-41d51802a4f1d52aced2f2960bc919c9739cf775.tar.bz2
switched geshi higlighter to composer based repository
Diffstat (limited to 'inc/load.php')
-rw-r--r--inc/load.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/load.php b/inc/load.php
index 18786dc79..daf856188 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -70,7 +70,6 @@ function load_autoload($name){
'IXR_Client' => DOKU_INC.'inc/IXR_Library.php',
'IXR_IntrospectionServer' => DOKU_INC.'inc/IXR_Library.php',
'Doku_Plugin_Controller'=> DOKU_INC.'inc/plugincontroller.class.php',
- 'GeSHi' => DOKU_INC.'inc/geshi.php',
'Tar' => DOKU_INC.'inc/Tar.class.php',
'TarLib' => DOKU_INC.'inc/TarLib.class.php',
'ZipLib' => DOKU_INC.'inc/ZipLib.class.php',