Remove redefinition of function '_nec_agent_items_received' in config.py
This commit is contained in:
parent
8897c72cc1
commit
fd20f165c9
|
@ -4032,9 +4032,6 @@ class ManagePEPServicesWindow:
|
||||||
window.set_title(title)
|
window.set_title(title)
|
||||||
window.show_all()
|
window.show_all()
|
||||||
|
|
||||||
def _nec_agent_items_received(self, obj):
|
|
||||||
pass
|
|
||||||
|
|
||||||
class ManageSoundsWindow:
|
class ManageSoundsWindow:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.xml = gtkgui_helpers.get_gtk_builder('manage_sounds_window.ui')
|
self.xml = gtkgui_helpers.get_gtk_builder('manage_sounds_window.ui')
|
||||||
|
|
Loading…
Reference in New Issue