summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-07-31 13:00:01 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-07-31 13:02:08 +0200
commit0b55591d7a88c7a2447c650dd998caf8103c8344 (patch)
tree89c1c3f340c4e1d8ddf7a1ee54ca5d4f7ce0d16e /inc/load.php
parent656e58456ff0e79ba9cdcbffc1e23c89d43c123c (diff)
downloadrpg-0b55591d7a88c7a2447c650dd998caf8103c8344.tar.gz
rpg-0b55591d7a88c7a2447c650dd998caf8103c8344.tar.bz2
deprecation of Archive 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 daf856188..b78a9ee38 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -71,7 +71,6 @@ function load_autoload($name){
'IXR_IntrospectionServer' => DOKU_INC.'inc/IXR_Library.php',
'Doku_Plugin_Controller'=> DOKU_INC.'inc/plugincontroller.class.php',
'Tar' => DOKU_INC.'inc/Tar.class.php',
- 'TarLib' => DOKU_INC.'inc/TarLib.class.php',
'ZipLib' => DOKU_INC.'inc/ZipLib.class.php',
'DokuWikiFeedCreator' => DOKU_INC.'inc/feedcreator.class.php',
'Doku_Parser_Mode' => DOKU_INC.'inc/parser/parser.php',