From: Bart Visscher Date: Wed, 9 May 2012 15:41:44 +0000 (+0200) Subject: Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT X-Git-Tag: v4.5.0beta1~74^2~424^2~30^2~4^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c2230580c14b08877210a9c0bcfe6f4b0a806bf5;p=nextcloud-server.git Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT --- diff --git a/lib/base.php b/lib/base.php index 14f2439ecbd..e7ca51740c6 100644 --- a/lib/base.php +++ b/lib/base.php @@ -50,10 +50,6 @@ class OC{ * the folder that stores that data files for the filesystem of the user (e.g. /srv/http/owncloud/data/myusername/files) */ public static $CONFIG_DATADIRECTORY = ''; - /** - * the folder that stores the data for the root filesystem (e.g. /srv/http/owncloud/data) - */ - public static $CONFIG_DATADIRECTORY_ROOT = ''; /** * The installation path of the 3rdparty folder on the server (e.g. /srv/http/owncloud/3rdparty) */