Remove redefinition of function '_nec_agent_items_received' in config.py

This commit is contained in:
Denis Fomin 2010-12-03 15:40:54 +03:00
parent 8897c72cc1
commit fd20f165c9
1 changed files with 0 additions and 3 deletions

View File

@ -4032,9 +4032,6 @@ class ManagePEPServicesWindow:
window.set_title(title)
window.show_all()
def _nec_agent_items_received(self, obj):
pass
class ManageSoundsWindow:
def __init__(self):
self.xml = gtkgui_helpers.get_gtk_builder('manage_sounds_window.ui')