mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
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:
parent
54e2e808ae
commit
3a72e0edce
@ -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) = @_;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user