mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed unneeded function
This commit is contained in:
parent
313e109f9d
commit
320140700e
@ -511,10 +511,6 @@ class MpdEventEmitter(GObject.Object):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
# gsignals
|
||||
def do_connection_error(self):
|
||||
print("Connection error!")
|
||||
|
||||
class Client(MPDClient):
|
||||
def __init__(self, settings):
|
||||
super().__init__()
|
||||
|
Loading…
Reference in New Issue
Block a user