module: Remove redundant core argument from pa_module_unload()
authorKiran Krishnappa <kiraank@gmail.com>
Thu, 25 Jun 2015 16:29:36 +0000 (21:59 +0530)
committerDavid Henningsson <david.henningsson@canonical.com>
Mon, 7 Dec 2015 08:31:58 +0000 (09:31 +0100)
commit96b368b960a4416a3d0c8b10d8fc1ab6ed636e58
tree038929afa6c53dff409bbb5a265e3f4adf853e97
parentcda1a5e89778f4e10e9b7a79ed91d249265f2efb
module: Remove redundant core argument from pa_module_unload()

pa_module_unload() takes two pointers: pa_module and pa_core.
The pa_core pointer is also available via the pa_module object,
so the pa_core argument is redundant

[David Henningsson: Rebased to git HEAD]
src/modules/bluetooth/module-bluez4-device.c
src/modules/bluetooth/module-bluez5-device.c
src/modules/module-zeroconf-publish.c
src/pulsecore/core.c
src/pulsecore/module.c
src/pulsecore/module.h