Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT

This commit is contained in:
Bart Visscher 2012-05-09 17:41:44 +02:00
parent b022ccb863
commit c2230580c1
1 changed files with 0 additions and 4 deletions

View File

@ -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)
*/