CRM-16373 - Config - Remove `captchaFont` and `captchaFontPath`
authorTim Otten <totten@civicrm.org>
Mon, 17 Aug 2015 01:28:15 +0000 (18:28 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 17 Aug 2015 01:57:50 +0000 (18:57 -0700)
These variables are not read or written anywhere.

CRM/Core/Config/Variables.php

index e84474f6bef990ecd174cc79b1f16ed98b21e307..4a47a51c6c0211500b52680a24db6ee2f47b9ccb 100644 (file)
@@ -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
    */