mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-13 05:42:10 +03:00
Removed todos about unused args
This commit is contained in:
parent
446c812485
commit
eba318430a
@ -1206,7 +1206,6 @@ def worker():
|
|||||||
plug.show_error(_("Error: Can't connect to Inara"))
|
plug.show_error(_("Error: Can't connect to Inara"))
|
||||||
|
|
||||||
|
|
||||||
# TODO(A_D) event is unused
|
|
||||||
def update_location(event=None):
|
def update_location(event=None):
|
||||||
"""
|
"""
|
||||||
Call inara_notify_location in this and other interested plugins with Inara's response when changing system
|
Call inara_notify_location in this and other interested plugins with Inara's response when changing system
|
||||||
@ -1223,7 +1222,6 @@ def inara_notify_location(eventData):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# TODO(A_D) event is unused
|
|
||||||
def update_ship(event=None):
|
def update_ship(event=None):
|
||||||
"""
|
"""
|
||||||
Call inara_notify_ship() in interested plugins with Inara's response when changing ship
|
Call inara_notify_ship() in interested plugins with Inara's response when changing ship
|
||||||
|
Loading…
x
Reference in New Issue
Block a user