summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-07-30 14:28:24 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-07-30 14:28:24 +0200
commita6ced6b53fe7ff32bf126f75bda4fdb23bda19c1 (patch)
tree7bdfea317ef129b54254ebb3ba8a16934729e4c9 /apps/files_encryption
parentaca7fbe2c8e7b33e022eb6ba73e39e52e6112e61 (diff)
downloadnextcloud-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-xapps/files_encryption/lib/crypt.php4
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