From 5242d6921b3be46b8ebd882112e44b334d0ce237 Mon Sep 17 00:00:00 2001 From: Stefano Borini <sborini@enthought.com> Date: Tue, 22 Aug 2017 11:47:56 +0100 Subject: [PATCH] Removed ui hook from notification listener --- .../base_notification_listener_factory.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/force_bdss/notification_listeners/base_notification_listener_factory.py b/force_bdss/notification_listeners/base_notification_listener_factory.py index 5ebff3b..08e2b59 100644 --- a/force_bdss/notification_listeners/base_notification_listener_factory.py +++ b/force_bdss/notification_listeners/base_notification_listener_factory.py @@ -48,12 +48,3 @@ class BaseNotificationListenerFactory(ABCHasStrictTraits): model_data: dict Data to use to fill the model. """ - - def create_ui_hook_manager(self): - """Creates an instance of the hook manager - The hook manager contains a set of methods that are applicable in - various moments of the UI application lifetime. - By default, it returns None, meaning that no hook managers are - installed, and no action will take place. - """ - return None -- GitLab