mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
#19667537 delete unused methods and variables. mark empty function cacheActList() as deprecated.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8283 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
98d6977c08
commit
345f80496c
4 changed files with 1 additions and 21 deletions
|
|
@ -79,8 +79,6 @@
|
|||
$oModuleController = &getController('module');
|
||||
$oModuleController->insertModuleConfig('point', $config);
|
||||
|
||||
$this->cacheActList();
|
||||
|
||||
$this->setMessage('success_updated');
|
||||
}
|
||||
|
||||
|
|
@ -105,8 +103,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
$this->cacheActList();
|
||||
|
||||
$this->setMessage('success_updated');
|
||||
}
|
||||
|
||||
|
|
@ -268,7 +264,6 @@
|
|||
}
|
||||
fclose($f);
|
||||
|
||||
|
||||
$this->add('total', $total);
|
||||
$this->add('position', $idx);
|
||||
$this->setMessage(sprintf(Context::getLang('point_recal_message'), $idx, $total));
|
||||
|
|
@ -302,6 +297,7 @@
|
|||
|
||||
/**
|
||||
* @brief 캐시파일 저장
|
||||
* @deprecated
|
||||
**/
|
||||
function cacheActList() {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue