deleting Get-Fn definition, as no Get function exists

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2013-02-14 19:31:23 +00:00
parent 0b0112bd7c
commit 24f88e6935

View File

@@ -47,7 +47,6 @@ PRESENCE_Initialize($)
# Provider
$hash->{ReadFn} = "PRESENCE_Read";
$hash->{ReadyFn} = "PRESENCE_Ready";
$hash->{GetFn} = "PRESENCE_Get";
$hash->{SetFn} = "PRESENCE_Set";
$hash->{DefFn} = "PRESENCE_Define";
$hash->{UndefFn} = "PRESENCE_Undef";