diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-07-30 14:28:24 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-07-30 14:28:24 +0200 |
commit | a6ced6b53fe7ff32bf126f75bda4fdb23bda19c1 (patch) | |
tree | 7bdfea317ef129b54254ebb3ba8a16934729e4c9 /apps/files_encryption | |
parent | aca7fbe2c8e7b33e022eb6ba73e39e52e6112e61 (diff) | |
download | nextcloud-server-a6ced6b53fe7ff32bf126f75bda4fdb23bda19c1.tar.gz nextcloud-server-a6ced6b53fe7ff32bf126f75bda4fdb23bda19c1.zip |
remove unused method, the right one is in util.php
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-x | apps/files_encryption/lib/crypt.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php index d8d19029096..759e14b40b2 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -663,8 +663,4 @@ class Crypt { }
}
- public static function decryptAll() {
- error_log("decrypt all");
- }
-
}
\ No newline at end of file |