From: Raphaƫl Gertz <git@rapsys.eu>
Date: Fri, 10 Nov 2023 14:55:10 +0000 (+0100)
Subject: Remove duplicate members
X-Git-Tag: 0.3.0
X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/f94eaaa325da4edb18e4f1bbdc49173cdeb882b7

Remove duplicate members
---

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
 	 */