aboutsummaryrefslogtreecommitdiff
path: root/gtk/soundout/alsaout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/soundout/alsaout.h')
-rw-r--r--gtk/soundout/alsaout.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/soundout/alsaout.h b/gtk/soundout/alsaout.h
deleted file mode 100644
index cd79c27..0000000
--- a/gtk/soundout/alsaout.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef MYON_ALSAOUT_H_INCLUDED
-#define MYON_ALSAOUT_H_INCLUDED
-
-#include "soundout.h"
-
-struct sound_state *alsaout_init(const char *clientname, unsigned srate, sound_callback cbfunc, void *userptr);
-
-#endif // MYON_ALSAOUT_H_INCLUDED
-