remove unused method, the right one is in util.php

This commit is contained in:
Bjoern Schiessle 2013-07-30 14:28:24 +02:00
parent aca7fbe2c8
commit a6ced6b53f
1 changed files with 0 additions and 4 deletions

View File

@ -663,8 +663,4 @@ class Crypt {
}
}
public static function decryptAll() {
error_log("decrypt all");
}
}