summaryrefslogtreecommitdiff
path: root/ext/arts/gst_artsio_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/arts/gst_artsio_impl.h')
-rw-r--r--ext/arts/gst_artsio_impl.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/arts/gst_artsio_impl.h b/ext/arts/gst_artsio_impl.h
deleted file mode 100644
index 8ffb29b6f..000000000
--- a/ext/arts/gst_artsio_impl.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <gst/gst.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-void *gst_arts_wrapper_new(GstPad *sinkpad, GstPad *sourcepad);
-void gst_arts_wrapper_free(void *wrapper);
-void gst_arts_wrapper_do(void *wrapper);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-