mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
gimp-plugin: removed dead code
This commit is contained in:
parent
03092f5549
commit
509d162a0d
|
|
@ -152,9 +152,6 @@ def contrast(value):
|
||||||
else:
|
else:
|
||||||
return 255 - value
|
return 255 - value
|
||||||
|
|
||||||
def set_ptt_pin(port, pin, state):
|
|
||||||
getattr(port, 'set' + pin)(state)
|
|
||||||
|
|
||||||
def transmit_current_image(image, drawable, mode, vox, fskid, ptt_port, ptt_pin, ptt_state):
|
def transmit_current_image(image, drawable, mode, vox, fskid, ptt_port, ptt_pin, ptt_state):
|
||||||
sstv = MODULE_MAP[mode]
|
sstv = MODULE_MAP[mode]
|
||||||
if ptt_port is not None:
|
if ptt_port is not None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue