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