mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
refactor: remove assert
This commit is contained in:
@ -64,7 +64,6 @@ void waybar::modules::Pulseaudio::subscribeCb(pa_context* context,
|
||||
pa_context_get_sink_info_by_index(context, idx, sinkInfoCb, data);
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user