From 92ee7558c6b6dd2461b645cb1f19a81ef8c50db5 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 8 Aug 2015 22:48:07 +0200 Subject: Removed redundand Prado::using statements --- framework/Web/UI/ActiveControls/TActiveTableCell.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'framework/Web/UI/ActiveControls/TActiveTableCell.php') diff --git a/framework/Web/UI/ActiveControls/TActiveTableCell.php b/framework/Web/UI/ActiveControls/TActiveTableCell.php index c0701a79..511bd77d 100644 --- a/framework/Web/UI/ActiveControls/TActiveTableCell.php +++ b/framework/Web/UI/ActiveControls/TActiveTableCell.php @@ -19,9 +19,6 @@ use Prado\Prado; use Prado\Web\UI\WebControls\TTableCell; use Prado\Web\UI\WebControls\TTableRow; -Prado::using('System.Web.UI.WebControls.TTableRow'); -Prado::using('System.Web.UI.ActiveControls.TActiveControlAdapter'); -Prado::using('System.Web.UI.ActiveControls.TCallbackEventParameter'); /** * TActiveTableCell class. -- cgit v1.2.3