summaryrefslogtreecommitdiff
path: root/audio_pipe.c
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-01-27 15:53:36 +0000
committerMike Brady <mikebrady@eircom.net>2019-01-27 15:53:36 +0000
commitaa5698fce22c20fc2dcc8e05b14e0c0c2a716e29 (patch)
treee3caf1b3ea456b032882d946775276ed17358017 /audio_pipe.c
parent90ed88dbc556c78c0d4add533c0b6b7195927631 (diff)
Remove the preflight call - don't seem to need it.
Diffstat (limited to 'audio_pipe.c')
-rw-r--r--audio_pipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio_pipe.c b/audio_pipe.c
index 0d4a42f..89a09a0 100644
--- a/audio_pipe.c
+++ b/audio_pipe.c
@@ -139,7 +139,6 @@ audio_output audio_pipe = {.name = "pipe",
.flush = NULL,
.delay = NULL,
.play = &play,
- .preflight = NULL,
.volume = NULL,
.parameters = NULL,
.mute = NULL};