44_TEK603:useless prototypes removed

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

View File

@ -31,15 +31,6 @@ use DevIo;
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($) {
my ($hash) = @_;