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.
This commit is contained in:
David Mudrak
2010-03-22 08:16:30 +00:00
parent 0b29477be9
commit 0648ead4d4
-4
View File
@@ -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 <table> element
*/