diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-11-17 12:50:47 -0800 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-11-17 12:50:47 -0800 |
commit | 9464f316b5a199fe6921d52a51029d60f5e30ceb (patch) | |
tree | 44ac76b534e16cc736255ed49afe82a9cc812375 /inc/farm.php | |
parent | ad72cb390239ebdbb57f05f2a3c95ad52f6285cd (diff) | |
parent | 13054fbf5e7e9dd2c2544a358603cd8f195f9996 (diff) | |
download | rpg-9464f316b5a199fe6921d52a51029d60f5e30ceb.tar.gz rpg-9464f316b5a199fe6921d52a51029d60f5e30ceb.tar.bz2 |
Merge pull request #406 from splitbrain/remove-deprecated-stuff
Remove deprecated stuff
Diffstat (limited to 'inc/farm.php')
-rw-r--r-- | inc/farm.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/farm.php b/inc/farm.php index 54692928d..cee61816c 100644 --- a/inc/farm.php +++ b/inc/farm.php @@ -135,9 +135,7 @@ $config_cascade = array( ), ), 'userstyle' => array( - 'default' => DOKU_CONF.'userstyle.css', // 'default' was renamed to 'screen' on 2011-02-26, so will be deprecated in the next version 'screen' => DOKU_CONF.'userstyle.css', - 'rtl' => DOKU_CONF.'userrtl.css', // deprecated since version after 2012-04-09 'print' => DOKU_CONF.'userprint.css', 'feed' => DOKU_CONF.'userfeed.css', 'all' => DOKU_CONF.'userall.css', |