Added TODO about unused code
This commit is contained in:
parent
f61463b8ba
commit
92682b9f89
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ class Application_Model_Show
|
||||||
return $show->getDbUrl();
|
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)
|
public function setUrl($p_url)
|
||||||
{
|
{
|
||||||
$show = CcShowQuery::create()->findPK($this->_showId);
|
$show = CcShowQuery::create()->findPK($this->_showId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue