diff --git a/lib/tablelib.php b/lib/tablelib.php index e991bea1993..b8105642cfd 100644 --- a/lib/tablelib.php +++ b/lib/tablelib.php @@ -131,17 +131,6 @@ class flexible_table { ); } - /** - * Backwards-compatible constructor, so that legacy code subclassing - * flexible_table does not break. - * @deprecated since Moodle 2.0. Will be removed in Moodle 2.1. - */ - function flexible_table($uniqueid) { - debugging('Please update your code to user PHP5-style parent::__construct(...), ' . - 'not parent::flexible_table(...).'); - $this->__construct($uniqueid); - } - /** * Call this to pass the download type. Use : * $download = optional_param('download', '', PARAM_ALPHA);