mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 00:48:01 +02: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) {
|
switch (step) {
|
||||||
case STEP_VERIFY_CONFIG:
|
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) {
|
if (!self->target) {
|
||||||
wp_transition_return_error (transition,
|
wp_transition_return_error (transition,
|
||||||
g_error_new (WP_DOMAIN_LIBRARY, WP_LIBRARY_ERROR_INVARIANT,
|
g_error_new (WP_DOMAIN_LIBRARY, WP_LIBRARY_ERROR_INVARIANT,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue