diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TTableFooterRow.php')
-rw-r--r-- | framework/Web/UI/WebControls/TTableFooterRow.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Web/UI/WebControls/TTableFooterRow.php b/framework/Web/UI/WebControls/TTableFooterRow.php index 398d2ebd..2414c613 100644 --- a/framework/Web/UI/WebControls/TTableFooterRow.php +++ b/framework/Web/UI/WebControls/TTableFooterRow.php @@ -12,11 +12,6 @@ namespace Prado\Web\UI\WebControls; /** - * Includes TTableRow class. - */ -Prado::using('System.Web.UI.WebControls.TTableRow'); - -/** * TTableFooterRow class. * * TTableFooterRow displays a table footer row. |