device-port: Remove pa_device_port_hashmap_free()

This commit is contained in:
Tanu Kaskinen 2013-02-12 21:36:54 +02:00
parent 8872c238ba
commit 43e7868008
6 changed files with 7 additions and 15 deletions

View file

@ -65,8 +65,6 @@ PA_DECLARE_PUBLIC_CLASS(pa_device_port);
pa_device_port *pa_device_port_new(pa_core *c, const char *name, const char *description, size_t extra);
void pa_device_port_hashmap_free(pa_hashmap *h);
/* The port's available status has changed */
void pa_device_port_set_available(pa_device_port *p, pa_port_available_t available);