diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-08-08 13:38:15 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-08-08 13:38:15 +0200 |
commit | 512f98cac9d4cf2993667e2347ae36c29a0f53e0 (patch) | |
tree | 9e3b4632b2876f3bbc354f18dbb4c4c7de0d0f5c /apps/files_encryption/lib | |
parent | 023121aed0dff8c81426d52efcac719c255ef549 (diff) | |
download | nextcloud-server-512f98cac9d4cf2993667e2347ae36c29a0f53e0.tar.gz nextcloud-server-512f98cac9d4cf2993667e2347ae36c29a0f53e0.zip |
remove todo item
Diffstat (limited to 'apps/files_encryption/lib')
-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 34051db6a21..95ea3a888be 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -23,10 +23,6 @@ *
*/
-/*
- * TODO: Check if methods really need to be public
- */
-
namespace OCA\Encryption;
//require_once '../3rdparty/Crypt_Blowfish/Blowfish.php';
|