On Fri, 2013-08-16 at 09:30 -0300, jprvita at gmail.com wrote: > From: Jo?o Paulo Rechi Vita <jprvita at openbossa.org> > > module-bluetooth-proximity has not worked for quite a while, since it > uses pre-BlueZ4 APIs. Nobody complained since then, which is a good > indication that it doesn't have much users. Even the original commit > message refers to it more as a toy than as something of great use: "add > new fun module that automatically mutes your audio devices when you > leave with your bluetooth phone, and unmutes when you come back" > > Removing it we completely remove the dependency on libbluetooth. > --- > LICENSE | 20 +- > po/POTFILES.in | 2 - > src/.gitignore | 1 - > src/Makefile.am | 20 - > src/modules/bluetooth/module-bluetooth-proximity.c | 480 --------------------- > src/modules/bluetooth/proximity-helper.c | 202 --------- > 6 files changed, 10 insertions(+), 715 deletions(-) > delete mode 100644 src/modules/bluetooth/module-bluetooth-proximity.c > delete mode 100644 src/modules/bluetooth/proximity-helper.c Thanks, pushed to the bluez5 branch. -- Tanu