]> source.dussan.org Git - nextcloud-server.git/commitdiff
Delete unnecessary storage status constans
authorJesús Macias <jmacias@solidgear.es>
Wed, 25 Nov 2015 16:55:40 +0000 (17:55 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 3 Dec 2015 08:58:10 +0000 (09:58 +0100)
apps/files_external/lib/config.php

index bf507233035e91ce8b43c5c4c996ba755e4c9552..1e96fac8145b8e5cae78236a96a51664ade698a2 100644 (file)
@@ -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;