summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-08-08 13:38:15 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-08-08 13:38:15 +0200
commit512f98cac9d4cf2993667e2347ae36c29a0f53e0 (patch)
tree9e3b4632b2876f3bbc354f18dbb4c4c7de0d0f5c /apps/files_encryption/lib
parent023121aed0dff8c81426d52efcac719c255ef549 (diff)
downloadnextcloud-server-512f98cac9d4cf2993667e2347ae36c29a0f53e0.tar.gz
nextcloud-server-512f98cac9d4cf2993667e2347ae36c29a0f53e0.zip
remove todo item
Diffstat (limited to 'apps/files_encryption/lib')
-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 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';