diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 607c6bb3e07..d11042ce723 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -1319,15 +1319,6 @@ static public function base64ImgData($in, $limit = null) return Horde_Themes_Image::base64ImgData($in, $limit); } - /** - * Whether the hook has already been loaded. - * - * @deprecated - * - * @var array - */ - static protected $_hooksLoaded = array(); - /** * Call a Horde hook, handling all of the necessary lookups and parsing * of the hook code.