From: Michael J. Rubinsky Date: Thu, 30 Jul 2009 14:05:35 +0000 (-0400) Subject: unused private variable X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0bd949680beff7ab73bfce726484cd64be0e2817;p=horde.git unused private variable --- diff --git a/framework/Ajax/lib/Horde/Ajax/Imple.php b/framework/Ajax/lib/Horde/Ajax/Imple.php index dc0bb5058..5137dd2b0 100644 --- a/framework/Ajax/lib/Horde/Ajax/Imple.php +++ b/framework/Ajax/lib/Horde/Ajax/Imple.php @@ -15,13 +15,6 @@ class Horde_Ajax_Imple { /** - * Parameters needed by the subclasses. - * - * @var array - */ - protected $_params = array(); - - /** * Attempts to return a concrete instance based on $driver. * * @param mixed $driver The type of concrete subclass to return. If