diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-27 17:03:07 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-27 17:03:07 +0000 |
commit | 2a2c204cd0e4bcf0a603ba72be9a50203a817b54 (patch) | |
tree | 89877d800ecb1051ce27440c34524ec7cad1a961 /audio/unix.c | |
parent | c205cc889023e733e56365e82dfbaad2d2b46942 (diff) |
Make storage to also save rfcomm channel, minor fixes to alsa plugin and fixes for service shutdown.
Diffstat (limited to 'audio/unix.c')
-rw-r--r-- | audio/unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/unix.c b/audio/unix.c index f17404b4..a4b8f2c4 100644 --- a/audio/unix.c +++ b/audio/unix.c @@ -32,7 +32,6 @@ #include <errno.h> #include <unistd.h> #include <stdint.h> -#include <assert.h> #include <glib.h> |