diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-21 00:13:16 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-21 00:13:16 +0200 |
commit | 1901ac8b17c99eef3ccd99edf877fd0a86737d17 (patch) | |
tree | 72543ef7d5523cbc90408548b696053aac031c10 /lib/filesystem.php | |
parent | cfa036eaa916c1adf38fb161a16c50cd050c0a3b (diff) | |
download | nextcloud-server-1901ac8b17c99eef3ccd99edf877fd0a86737d17.tar.gz nextcloud-server-1901ac8b17c99eef3ccd99edf877fd0a86737d17.zip |
drop depricated is_readable and is_writable
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index 9ce75aaf8ce..ea0a289c8d2 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -258,13 +258,6 @@ class OC_Filesystem { } /** - * @deprecated Replaced by isCreatable(), isUpdatable(), isDeletable() as part of CRUDS - */ - static public function is_writable($path) { - return \OC\Files\Filesystem::is_writable($path); - } - - /** * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem */ static public function isCreatable($path) { |