remove never added daemon event function from pluginapi

This commit is contained in:
Kevin Froman 2020-01-06 18:26:31 -06:00
parent 88fe605762
commit 27ef1d9ce4
1 changed files with 0 additions and 3 deletions

View File

@ -55,9 +55,6 @@ class PluginAPI:
def get_data_folder(self, name, absolute = True):
return onionrplugins.get_plugin_data_folder(name, absolute = absolute)
def daemon_event(self, event, plugin = None):
return # later make local command like /client/?action=makeEvent&event=eventname&module=modulename
class CommandAPI:
def __init__(self, pluginapi):
self.pluginapi = pluginapi