summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-16 11:47:11 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-16 11:47:11 +0200
commit89167b55d9da5a67be5678038be7a474e5956dbd (patch)
treed41dcbca53dba23d71b300782805c5f5314e5cfa /inc/load.php
parent38175ed45a1a1684e8da55d0f5cd825ee4804c3d (diff)
parent313d3e75d6e76a2d4336143256b8d0b8777e2849 (diff)
downloadrpg-89167b55d9da5a67be5678038be7a474e5956dbd.tar.gz
rpg-89167b55d9da5a67be5678038be7a474e5956dbd.tar.bz2
Merge pull request #1152 from splitbrain/composer
Use composer to add 3rd party libs
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',