Added TODO about unused code

This commit is contained in:
Rudi Grinberg 2012-09-07 11:23:18 -04:00
parent f61463b8ba
commit 92682b9f89

View file

@ -84,6 +84,10 @@ class Application_Model_Show
return $show->getDbUrl();
}
/*TODO : This method is not actually used anywhere as far as I can tell. We
can safely remove it and probably many other superfluous methods.
--RG*/
public function setUrl($p_url)
{
$show = CcShowQuery::create()->findPK($this->_showId);