mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-28 23:20:10 +01:00
si-convert: cleanup config verification
This commit is contained in:
parent
adc4b20487
commit
b74dfdee71
1 changed files with 0 additions and 5 deletions
|
|
@ -220,11 +220,6 @@ si_convert_activate_execute_step (WpSessionItem * item,
|
|||
|
||||
switch (step) {
|
||||
case STEP_VERIFY_CONFIG:
|
||||
if (!self->node) {
|
||||
wp_transition_return_error (transition,
|
||||
g_error_new (WP_DOMAIN_LIBRARY, WP_LIBRARY_ERROR_INVARIANT,
|
||||
"si-convert: node was not set on the configuration"));
|
||||
}
|
||||
if (!self->target) {
|
||||
wp_transition_return_error (transition,
|
||||
g_error_new (WP_DOMAIN_LIBRARY, WP_LIBRARY_ERROR_INVARIANT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue