]> git.ipfire.org Git - people/arne_f/network.git/commitdiff
netwrk: Remove unused function.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Jul 2010 08:49:43 +0000 (10:49 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 17 Jul 2010 08:49:43 +0000 (10:49 +0200)
functions.hook

index 8354da917421cf9fd1362de06f22cdeb7f003b92..b4ced9248006b107f600c6d63f6bb2864ad7f347 100644 (file)
@@ -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 $@
-}