diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-14 12:53:13 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-14 13:08:59 +0200 |
commit | cbe30f740ede9df6ef30a7b65746957ca42996b2 (patch) | |
tree | 18d903ae02a8d1266e64d91d7e24eef8153249d2 /lib/public/encryption/iencryptionmodule.php | |
parent | 967e882757bdaf2f9703884f65dcd3c88530422c (diff) | |
download | nextcloud-server-cbe30f740ede9df6ef30a7b65746957ca42996b2.tar.gz nextcloud-server-cbe30f740ede9df6ef30a7b65746957ca42996b2.zip |
remove calculateUnencryptedSize() - not needed
Diffstat (limited to 'lib/public/encryption/iencryptionmodule.php')
-rw-r--r-- | lib/public/encryption/iencryptionmodule.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/public/encryption/iencryptionmodule.php b/lib/public/encryption/iencryptionmodule.php index c1ce7d99d78..d22ca0ec86c 100644 --- a/lib/public/encryption/iencryptionmodule.php +++ b/lib/public/encryption/iencryptionmodule.php @@ -97,14 +97,6 @@ interface IEncryptionModule { public function shouldEncrypt($path); /** - * calculate unencrypted size - * - * @param string $path to file - * @return integer unencrypted size - */ - public function calculateUnencryptedSize($path); - - /** * get size of the unencrypted payload per block. * ownCloud read/write files with a block size of 8192 byte * |