From 509d162a0d4352336a153b7cb7ff6fa4086e5edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 30 Apr 2018 16:24:46 +0200 Subject: [PATCH] gimp-plugin: removed dead code --- pysstv/examples/gimp-plugin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pysstv/examples/gimp-plugin.py b/pysstv/examples/gimp-plugin.py index d97683c..bb42105 100755 --- a/pysstv/examples/gimp-plugin.py +++ b/pysstv/examples/gimp-plugin.py @@ -152,9 +152,6 @@ def contrast(value): else: 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): sstv = MODULE_MAP[mode] if ptt_port is not None: