From: Marcel Werk Date: Fri, 4 Jul 2014 12:51:34 +0000 (+0200) Subject: Removed obsolete code X-Git-Tag: 2.1.0_Alpha_1~622 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4f1015b79f296ef698a12344c208a6e095ac2631;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete code --- 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.