remove unused func

This commit is contained in:
onyx-and-iris 2026-01-17 13:25:06 +00:00
parent efdcfce387
commit ed8e281f7f

View File

@ -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)