From d7efe9f67151c68eddfdbe9660a26696cb7cc4ea Mon Sep 17 00:00:00 2001 From: Reijn Date: Sun, 31 May 2020 19:03:19 +0300 Subject: [PATCH] Delete unnecessary class member --- src/PhpSpreadsheet/Worksheet/Protection.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/PhpSpreadsheet/Worksheet/Protection.php b/src/PhpSpreadsheet/Worksheet/Protection.php index 81abc0b7..ba3af0a7 100644 --- a/src/PhpSpreadsheet/Worksheet/Protection.php +++ b/src/PhpSpreadsheet/Worksheet/Protection.php @@ -143,13 +143,6 @@ class Protection */ private $algorithm = ''; - /** - * Hash value. - * - * @var string - */ - private $hash = ''; - /** * Salt value. *