From 0648ead4d46d0d488db628351a12db397cfd2cfa Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 22 Mar 2010 08:16:30 +0000 Subject: [PATCH] MDL-21652 removed html_table property 'style' I copied this initially from the legacy html_component during the refactoring and forgot to check if it is actually used. Credit goes to Sam H. for spotting it. --- lib/outputcomponents.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/outputcomponents.php b/lib/outputcomponents.php index 3f5b40c014d..5baf3303f87 100644 --- a/lib/outputcomponents.php +++ b/lib/outputcomponents.php @@ -1329,10 +1329,6 @@ class html_table { * @var string value to use for the id attribute of the table */ public $id = null; - /** - * @var string $style value to use for the style attribute of the table - */ - public $style = null; /** * @var array attributes of HTML attributes for the element */