mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-01-24 17:27:48 +00:00
remove unused func
This commit is contained in:
parent
efdcfce387
commit
ed8e281f7f
@ -407,9 +407,6 @@ class GainLayer(IRemote):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def gain(self) -> float:
|
def gain(self) -> float:
|
||||||
def fget():
|
|
||||||
return self.public_packets[NBS.zero].gainlayers[self._i][self.index]
|
|
||||||
|
|
||||||
val = self.getter(f'GainLayer[{self._i}]')
|
val = self.getter(f'GainLayer[{self._i}]')
|
||||||
if val:
|
if val:
|
||||||
return round(val, 2)
|
return round(val, 2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user