]> code.delx.au - pulseaudio/commit
bluetooth: Remove adapter_remove_all()
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sun, 29 Sep 2013 15:49:22 +0000 (18:49 +0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Tue, 29 Oct 2013 18:44:14 +0000 (20:44 +0200)
commitc922dce7844793ce1d4724455fb7c54fb5a5fbfe
tree88c5762cfa6494f23d3dba0536600d0021bc4103
parentb49298c51ee2fe45ea2556b749ad0952f7580e7c
bluetooth: Remove adapter_remove_all()

The function was redundant, because all it did was call adapter_free()
for each adapter in the hashmap, and that can be delegated to
pa_hashmap when freeing or emptying it.
src/modules/bluetooth/bluez5-util.c