diff src/browser/sat_browser/libervia_widget.py @ 697:b395d1309936

browser_side: clean the code that has been commented or isolated during the refactorisation to base libervia on quick_frontend
author souliane <souliane@mailoo.org>
date Mon, 20 Apr 2015 09:14:03 +0200
parents 82123705474b
children 26046f13e93b
line wrap: on
line diff
--- a/src/browser/sat_browser/libervia_widget.py	Mon Apr 20 08:51:25 2015 +0200
+++ b/src/browser/sat_browser/libervia_widget.py	Mon Apr 20 09:14:03 2015 +0200
@@ -388,15 +388,6 @@
         if self._selectable:
             self.addClickListener(self)
 
-            # FIXME
-            # def onClose(sender):
-            #     """Check dynamically if the unibox is enable or not"""
-            #     if self.host.uni_box:
-            #         self.host.uni_box.onWidgetClosed(sender)
-
-            # self.addCloseListener(onClose)
-        # self.host.registerWidget(self) # FIXME
-
     @property
     def plugin_menu_context(self):
         return self._plugin_menu_context