diff options
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/App.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/Controller/App.php b/app/Controller/App.php index 8a97e8c7..5c9c45b5 100644 --- a/app/Controller/App.php +++ b/app/Controller/App.php @@ -94,16 +94,6 @@ class App extends Base } /** - * Colors stylesheet - * - * @access public - */ - public function colors() - { - $this->response->css($this->color->getCss()); - } - - /** * Task autocompletion (Ajax) * * @access public |