diff --git a/volume b/volume index 1ea9f4c..11c5842 100755 --- a/volume +++ b/volume @@ -61,10 +61,6 @@ define_helpers() { max() { echo $(( $1 > $2 ? $1 : $2 )) } - - has_port() { - isset SINK_PORTS["$1"] - } } define_notify() {