diff src/browser/sat_browser/libervia_widget.py @ 652:0262fee86375 frontends_multi_profiles

browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode)
author souliane <souliane@mailoo.org>
date Fri, 27 Feb 2015 01:11:34 +0100
parents 7e3cdc39c3e7
children 40c72f3b7638
line wrap: on
line diff
--- a/src/browser/sat_browser/libervia_widget.py	Fri Feb 27 01:08:36 2015 +0100
+++ b/src/browser/sat_browser/libervia_widget.py	Fri Feb 27 01:11:34 2015 +0100
@@ -563,13 +563,6 @@
         # the event will not propagate to children
         VerticalPanel.doAttachChildren(self)
 
-    def matchEntity(self, item):
-        """Check if this widget corresponds to the given entity.
-
-        This method should be overwritten by child classes.
-        @return: True if the widget matches the entity"""
-        raise NotImplementedError
-
     def addMenus(self, menu_bar):
         """Add menus to the header.