Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-01-13 21:46:19 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-01-13 21:46:19 +0300
commit5ca0ad4f678c067e4a33871f202a8cfd216a6769 (patch)
treefde50a3d5136fb6855e5b8fc6624bb7abc2a5c3f /lib/public/Constants.php
parent60f38d37fe5ca505258510adc1e106da54426510 (diff)
Remove deprecated constants
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/Constants.php')
-rw-r--r--lib/public/Constants.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/public/Constants.php b/lib/public/Constants.php
index ca4b5fa473f..48cd5765531 100644
--- a/lib/public/Constants.php
+++ b/lib/public/Constants.php
@@ -30,27 +30,6 @@
namespace OCP;
-/** @deprecated 8.0.0 Use \OCP\Constants::PERMISSION_CREATE instead */
-const PERMISSION_CREATE = 4;
-
-/** @deprecated 8.0.0 Use \OCP\Constants::PERMISSION_READ instead */
-const PERMISSION_READ = 1;
-
-/** @deprecated 8.0.0 Use \OCP\Constants::PERMISSION_UPDATE instead */
-const PERMISSION_UPDATE = 2;
-
-/** @deprecated 8.0.0 Use \OCP\Constants::PERMISSION_DELETE instead */
-const PERMISSION_DELETE = 8;
-
-/** @deprecated 8.0.0 Use \OCP\Constants::PERMISSION_SHARE instead */
-const PERMISSION_SHARE = 16;
-
-/** @deprecated 8.0.0 Use \OCP\Constants::PERMISSION_ALL instead */
-const PERMISSION_ALL = 31;
-
-/** @deprecated 8.0.0 Use \OCP\Constants::FILENAME_INVALID_CHARS instead */
-const FILENAME_INVALID_CHARS = "\\/<>:\"|?*\n";
-
/**
* Class Constants
*