daemon: removed unused EmaneNet function
This commit is contained in:
parent
7b16f9cb74
commit
4f58d5d8eb
1 changed files with 0 additions and 3 deletions
|
@ -181,9 +181,6 @@ class EmaneNet(CoreNetworkBase):
|
||||||
return
|
return
|
||||||
self.model.linkconfig(iface, options, iface2)
|
self.model.linkconfig(iface, options, iface2)
|
||||||
|
|
||||||
def config(self, conf: str) -> None:
|
|
||||||
self.conf = conf
|
|
||||||
|
|
||||||
def startup(self) -> None:
|
def startup(self) -> None:
|
||||||
self.up = True
|
self.up = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue