Remove unused code

This commit is contained in:
djmaze 2020-07-29 00:06:59 +02:00
parent 3669fdc752
commit 07fd143853
5 changed files with 9 additions and 35 deletions

View file

@ -18,10 +18,6 @@ class Utils
static $RsaKey = null;
function __construct()
{
}
static public function PgpVerifyFile(string $sFileName, string $sSignature) : bool
{
$sKeyFile = APP_VERSION_ROOT_PATH.'app/resources/RainLoop.asc';