From 36d878ac00f4df0a4ff54e2ea8355b323f0a87f3 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 12 Jan 2019 15:52:55 +0100 Subject: add timeline class and event class --- app/class/controllerhome.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/class/controllerhome.php') diff --git a/app/class/controllerhome.php b/app/class/controllerhome.php index caeb652..f5b3068 100644 --- a/app/class/controllerhome.php +++ b/app/class/controllerhome.php @@ -17,11 +17,6 @@ class Controllerhome extends Controller public function desktop() { - $this->table2(); - } - - public function table2() - { $table = $this->modelhome->getlister(); $this->opt = $this->modelhome->optinit($table); -- cgit v1.2.3