From: Marc-AndrĂ© Lureau <[email protected]>

The DBus audio backend already uses error_report() for error logging.
Remove the unused AUDIO_CAP macro which was left over from the old
logging infrastructure.

Reviewed-by: Mark Cave-Ayland <[email protected]>
Reviewed-by: Akihiko Odaki <[email protected]>
Signed-off-by: Marc-AndrĂ© Lureau <[email protected]>
---
 audio/dbusaudio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/audio/dbusaudio.c b/audio/dbusaudio.c
index d8e548bf469..5f65c043c16 100644
--- a/audio/dbusaudio.c
+++ b/audio/dbusaudio.c
@@ -36,7 +36,6 @@
 #include "ui/dbus-display.h"
 #include "ui/dbus-display1.h"
 
-#define AUDIO_CAP "dbus"
 #include "qemu/audio.h"
 #include "audio_int.h"
 #include "trace.h"
-- 
2.53.0


Reply via email to