diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index 6a90e3139..73ec27331 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -113,18 +113,6 @@ class Form extends Zend_Form return $this->tokenElementName; } - /** - * Return the current configuration for this form - * - * Intended to be implemented by concrete form classes. - * - * @return array - */ - public function getConfiguration() - { - return array(); - } - /** * Create and return the elements to add to this form *