Skip to content

Commit

Permalink
remove: double declaration of SINK_PORTS
Browse files Browse the repository at this point in the history
Signed-off-by: Beau Hastings <[email protected]>
  • Loading branch information
hastinbe committed Dec 24, 2024
1 parent 772349d commit 9a8f7fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions volume
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,6 @@ define_pulseaudio_functions() {
pa_load_sink_ports() {
local -r sink=${1:?$(error 'Sink name is required')}

declare -gA SINK_PORTS

while IFS=: read -r name description; do
SINK_PORTS["$name"]="$description"
done < <(pa_list_sinks | awk -W posix \
Expand Down

0 comments on commit 9a8f7fa

Please sign in to comment.