diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-03-26 09:58:31 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:27 +0200 |
commit | c00e728e5f77722bceaa0bba25a02128039d7127 (patch) | |
tree | cead55ea6f6d7ab57a4fdac7e3cf8e165e441fe4 /apps/encryption/lib/crypto/crypt.php | |
parent | ecb3834554c05c82ea3129299673dca4a0917b30 (diff) | |
download | nextcloud-server-c00e728e5f77722bceaa0bba25a02128039d7127.tar.gz nextcloud-server-c00e728e5f77722bceaa0bba25a02128039d7127.zip |
encryption app: remove legacy code, we do only server-side encryption
Diffstat (limited to 'apps/encryption/lib/crypto/crypt.php')
-rw-r--r-- | apps/encryption/lib/crypto/crypt.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/encryption/lib/crypto/crypt.php b/apps/encryption/lib/crypto/crypt.php index f9fe4f9bece..9fb93485ef7 100644 --- a/apps/encryption/lib/crypto/crypt.php +++ b/apps/encryption/lib/crypto/crypt.php @@ -69,14 +69,6 @@ class Crypt { } /** - * @param null $user - * @return string - */ - public function mode($user = null) { - return 'server'; - } - - /** * */ public function createKeyPair() { |