From: Michael Tremer Date: Sat, 17 Jul 2010 08:49:43 +0000 (+0200) Subject: netwrk: Remove unused function. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a82f095792f82ecd90c345c215f65add71be41;p=ipfire-3.x.git netwrk: Remove unused function. --- diff --git a/pkgs/core/network/src/functions.hook b/pkgs/core/network/src/functions.hook index 8354da917..b4ced9248 100644 --- a/pkgs/core/network/src/functions.hook +++ b/pkgs/core/network/src/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 $@ -}