From f68306a33fc62c7decad003bc2060aa3220d5ec5 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 31 Jan 2014 22:59:55 +1300 Subject: [PATCH] Report/Form as deepaks pointed out getTitle exists in parent class --- CRM/Report/Form.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index c8db44a89d..055e0d9b00 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -812,13 +812,6 @@ class CRM_Report_Form extends CRM_Core_Form { function getDefaultValues() { return $this->_defaults; } - /** - * Getter for $_title - * @return string $_title - */ - function getTitle() { - return $this->_title; - } function addColumns() { $options = array(); -- 2.25.1