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

View file

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