Removed obsolete code
authorMarcel Werk <burntime@woltlab.com>
Fri, 4 Jul 2014 12:51:34 +0000 (14:51 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 4 Jul 2014 12:51:34 +0000 (14:51 +0200)
wcfsetup/install/files/lib/form/AbstractCaptchaForm.class.php

index 205fd46269783eb920f1a9552ce63f29cf13e961..69d7f98694eecc87bc61437b181e59824ee13eea 100644 (file)
@@ -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.