summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorJesús Macias <jmacias@solidgear.es>2015-11-25 17:55:40 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-12-03 09:58:10 +0100
commit332c6748f9a96c8d718577605e6c061fdd8ba939 (patch)
tree4787e332f81d19bc576a23a62cc430506c32460c /apps/files_external/lib
parent7cd13f462a41ebde9e151bb7e753a842262ad416 (diff)
downloadnextcloud-server-332c6748f9a96c8d718577605e6c061fdd8ba939.tar.gz
nextcloud-server-332c6748f9a96c8d718577605e6c061fdd8ba939.zip
Delete unnecessary storage status constans
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/config.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index bf507233035..1e96fac8145 100644
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -52,10 +52,6 @@ class OC_Mount_Config {
const STATUS_SUCCESS = 0;
const STATUS_ERROR = 1;
const STATUS_INDETERMINATE = 2;
- const STATUS_INCOMPLETE_CONF = 3;
- const STATUS_UNAUTHORIZED = 4;
- const STATUS_TIMEOUT = 5;
- const STATUS_NETWORK_ERROR = 6;
// whether to skip backend test (for unit tests, as this static class is not mockable)
public static $skipTest = false;