From: Jan Schneider Date: Tue, 12 Jan 2010 10:10:05 +0000 (+0100) Subject: Unused X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=20af0ab514156f0a233fe73007b580084c87b795;p=horde.git Unused --- diff --git a/framework/Http/lib/Horde/Http/Request/Base.php b/framework/Http/lib/Horde/Http/Request/Base.php index 73e9e917f..c64807f95 100644 --- a/framework/Http/lib/Horde/Http/Request/Base.php +++ b/framework/Http/lib/Horde/Http/Request/Base.php @@ -35,13 +35,6 @@ abstract class Horde_Http_Request_Base protected $_headers = array(); /** - * Authentication data - * @var array - * @see getAuth() - */ - protected $_auth; - - /** * Request data. Can be an array of form data that will be encoded * automatically, or a raw string * @var mixed