2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

44_TEK603:useless prototypes removed

git-svn-id: https://svn.fhem.de/fhem/trunk@22613 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
eisler 2020-08-16 09:12:36 +00:00
parent 0ac758ee5d
commit c9811ebfc4

View File

@ -31,15 +31,6 @@ use DevIo;
use Digest::CRC; # libdigest-crc-perl use Digest::CRC; # libdigest-crc-perl
sub TEK603_Initialize($);
sub TEK603_define($$);
sub TEK603_doInit($);
sub TEK603_undef($$);
sub TEK603_ready($);
sub TEK603_read($);
sub TEK603_reconnect($);
sub TEK603_Initialize($) { sub TEK603_Initialize($) {
my ($hash) = @_; my ($hash) = @_;