41_OREGON.pm: removed unneeded prototypes

git-svn-id: https://svn.fhem.de/fhem/trunk@27950 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Sidey
2023-09-12 20:01:06 +00:00
parent e9bca5a51d
commit 92c47ab3e4

View File

@@ -64,7 +64,7 @@ sub OREGON_Initialize
#####################################
sub
OREGON_Define($$)
OREGON_Define
{
my ($hash, $def) = @_;
my @a = split("[ \t][ \t]*", $def);
@@ -86,7 +86,7 @@ OREGON_Define($$)
#####################################
sub
OREGON_Undef($$)
OREGON_Undef
{
my ($hash, $name) = @_;
delete($modules{OREGON}{defptr}{$name});
@@ -894,8 +894,7 @@ sub OREGON_raw {
# -----------------------------
sub
OREGON_Parse($$)
sub OREGON_Parse
{
my ($iohash, $msg) = @_;