nico 8 лет назад
Родитель
Сommit
6a467a79c3
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      core/MainController.py

+ 0 - 3
core/MainController.py

@@ -17,9 +17,6 @@ class MainController:
         # Wait that the jarvis trigger is pronounced by the user
         self.jarvis_triger = JarvisTrigger(self)
 
-    def get_order_listenner(self):
-        return self.order_listener
-
     def start(self):
         self.jarvis_triger.start()