From: Michael Tremer Date: Sat, 17 Jul 2010 08:49:43 +0000 (+0200) Subject: netwrk: Remove unused function. X-Git-Tag: 001~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fc950001777d435ff67252c20b7e40dee73d52e;p=network.git netwrk: Remove unused function. --- diff --git a/functions.hook b/functions.hook index 8354da91..b4ced924 100644 --- a/functions.hook +++ b/functions.hook @@ -175,9 +175,3 @@ function hook_zone_ports_get_all() { echo "${h}" done } - -function hook_device_exists() { - warning_log "Deprecated function called hook_device_exists" - - hook_exists device $@ -}