summaryrefslogtreecommitdiff
path: root/navit/audio/player-stub/stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/audio/player-stub/stub.c')
-rw-r--r--navit/audio/player-stub/stub.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/navit/audio/player-stub/stub.c b/navit/audio/player-stub/stub.c
index d31d291d3..34b634888 100644
--- a/navit/audio/player-stub/stub.c
+++ b/navit/audio/player-stub/stub.c
@@ -58,9 +58,6 @@
#include <navit/callback.h>
#include <navit/event.h>
#include <navit/audio.h>
-#include "graphics.h"
-#include "color.h"
-#include "stub.h"
#define max(x, y) (((x) > (y)) ? (x) : (y))
#define min(x, y) (((x) < (y)) ? (x) : (y))
@@ -70,7 +67,6 @@
/// Index to the next track
static int g_track_index;
-static audio_fifo_t g_audiofifo;
char str[25]; // this string is just for visualisation of the functions
char track[64];