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

@ -64,13 +64,10 @@ GType pinos_link_get_type (void);
PinosLink * pinos_link_new (PinosDaemon *daemon,
PinosPort *output,
PinosPort *input,
GBytes *format_filter);
PinosPort *input);
void pinos_link_remove (PinosLink *link);
GBytes * pinos_link_get_possible_formats (PinosLink *link);
GBytes * pinos_link_get_format (PinosLink *link);
PinosProperties * pinos_link_get_properties (PinosLink *link);
const gchar * pinos_link_get_object_path (PinosLink *link);