From 06489f3efcf2c732adf86ab38fa384348b6a706d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 16 Aug 2015 18:28:15 -0700 Subject: [PATCH] CRM-16373 - Config - Remove `captchaFont` and `captchaFontPath` These variables are not read or written anywhere. --- CRM/Core/Config/Variables.php | 14 -------------- 1 file changed, 14 deletions(-) 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 */ -- 2.25.1