From 4f1015b79f296ef698a12344c208a6e095ac2631 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 4 Jul 2014 14:51:34 +0200 Subject: [PATCH] Removed obsolete code --- wcfsetup/install/files/lib/form/AbstractCaptchaForm.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wcfsetup/install/files/lib/form/AbstractCaptchaForm.class.php b/wcfsetup/install/files/lib/form/AbstractCaptchaForm.class.php index 205fd46269..69d7f98694 100644 --- a/wcfsetup/install/files/lib/form/AbstractCaptchaForm.class.php +++ b/wcfsetup/install/files/lib/form/AbstractCaptchaForm.class.php @@ -2,9 +2,7 @@ namespace wcf\form; use wcf\system\captcha\CaptchaHandler; use wcf\system\exception\SystemException; -use wcf\system\recaptcha\RecaptchaHandler; use wcf\system\WCF; -use wcf\util\StringUtil; /** * Abstract implementation of a form using captcha. -- 2.20.1