From: Tim Otten Date: Mon, 17 Aug 2015 01:28:15 +0000 (-0700) Subject: CRM-16373 - Config - Remove `captchaFont` and `captchaFontPath` X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=06489f3efcf2c732adf86ab38fa384348b6a706d;p=civicrm-core.git CRM-16373 - Config - Remove `captchaFont` and `captchaFontPath` These variables are not read or written anywhere. --- diff --git a/CRM/Core/Config/Variables.php b/CRM/Core/Config/Variables.php index e84474f6be..4a47a51c6c 100644 --- a/CRM/Core/Config/Variables.php +++ b/CRM/Core/Config/Variables.php @@ -374,20 +374,6 @@ class CRM_Core_Config_Variables extends CRM_Core_Config_Defaults { */ public $maxLocationBlocks = 2; - /** - * The font path where captcha fonts are stored - * - * @var string - */ - public $captchaFontPath = '/usr/X11R6/lib/X11/fonts/'; - - /** - * The font to use for captcha - * - * @var string - */ - public $captchaFont = 'HelveticaBold.ttf'; - /** * Some search settings */