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:
@ -511,10 +511,6 @@ class MpdEventEmitter(GObject.Object):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
# gsignals
|
|
||||||
def do_connection_error(self):
|
|
||||||
print("Connection error!")
|
|
||||||
|
|
||||||
class Client(MPDClient):
|
class Client(MPDClient):
|
||||||
def __init__(self, settings):
|
def __init__(self, settings):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
Reference in New Issue
Block a user