diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-02-17 23:25:31 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-08-14 13:42:56 +0200 |
commit | a7e4785be97dc305c0593332a7222db2c9b01e35 (patch) | |
tree | 52574f32e8b63e8c7ba6fbbc12477acadc77414b /lib/public | |
parent | ddc7f668e59223d95cb42e4f0281d5dab5888d79 (diff) | |
download | nextcloud-server-a7e4785be97dc305c0593332a7222db2c9b01e35.tar.gz nextcloud-server-a7e4785be97dc305c0593332a7222db2c9b01e35.zip |
Cleanup OCS code
This removes unused code from `OC_OCS` which nobody understood what it really was for anyways.
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/appframework/http/ocsresponse.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/appframework/http/ocsresponse.php b/lib/public/appframework/http/ocsresponse.php index adbe33d7c3c..37af07b70c8 100644 --- a/lib/public/appframework/http/ocsresponse.php +++ b/lib/public/appframework/http/ocsresponse.php @@ -29,8 +29,6 @@ namespace OCP\AppFramework\Http; use OCP\AppFramework\Http; -use OC_OCS; - /** * A renderer for OCS responses * @since 8.1.0 |