remove more unused stuff

This commit is contained in:
Wim Taymans 2016-08-09 16:46:59 +02:00
parent ad71c82159
commit 45ee7b4490
5 changed files with 13 additions and 98 deletions

View file

@ -210,7 +210,7 @@ on_port_added (PinosNode *node, PinosPort *port, PinosClient *client)
g_clear_error (&error);
return;
}
link = pinos_link_new (pinos_node_get_daemon (node), port, target, NULL);
link = pinos_link_new (pinos_node_get_daemon (node), port, target);
pinos_client_add_object (client, G_OBJECT (link));
}
}