diff options
Diffstat (limited to 'app/controllers/javascriptController.php')
| -rwxr-xr-x | app/controllers/javascriptController.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/javascriptController.php b/app/controllers/javascriptController.php index 071cf65a4..291474130 100755 --- a/app/controllers/javascriptController.php +++ b/app/controllers/javascriptController.php @@ -6,8 +6,6 @@ class javascriptController extends ActionController { header('Content-type: text/javascript'); } - public function mainAction () {} - public function actualizeAction () { $feedDAO = new FeedDAO (); $this->view->feeds = $feedDAO->listFeeds (); |
