From f94eaaa325da4edb18e4f1bbdc49173cdeb882b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 10 Nov 2023 15:55:10 +0100 Subject: [PATCH] Remove duplicate members --- Util/ImageUtil.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Util/ImageUtil.php b/Util/ImageUtil.php index c43c96d..03b4616 100644 --- a/Util/ImageUtil.php +++ b/Util/ImageUtil.php @@ -84,21 +84,6 @@ class ImageUtil { */ protected SluggerUtil $slugger; - //Captcha background - protected string $captchaBackground; - - //Captcha fill - protected string $captchaFill; - - //Captcha font size - protected int $captchaFontSize; - - //Captcha stroke - protected string $captchaStroke; - - //Captcha stroke width - protected int $captchaStrokeWidth; - /** * The captcha background */ -- 2.41.0