From 04c4ca23b1d94682f39c234cc72fe874c5b58139 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 13 Jul 2012 12:34:42 +0200 Subject: [PATCH] playsink: remove old marshal remains --- gst/playback/.gitignore | 3 --- gst/playback/gstplaysink.h | 7 ------- 2 files changed, 10 deletions(-) diff --git a/gst/playback/.gitignore b/gst/playback/.gitignore index 091c64d394..e69de29bb2 100644 --- a/gst/playback/.gitignore +++ b/gst/playback/.gitignore @@ -1,3 +0,0 @@ -gstplay-marshal.c -gstplay-marshal.h - diff --git a/gst/playback/gstplaysink.h b/gst/playback/gstplaysink.h index 6141c2ce21..841c79ac6f 100644 --- a/gst/playback/gstplaysink.h +++ b/gst/playback/gstplaysink.h @@ -102,13 +102,6 @@ gboolean gst_play_sink_reconfigure (GstPlaySink * playsink); gboolean gst_play_sink_plugin_init (GstPlugin * plugin); -void -gst_play_marshal_SAMPLE__BOXED (GClosure * closure, - GValue * return_value G_GNUC_UNUSED, - guint n_param_values, - const GValue * param_values, - gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data); - G_END_DECLS #endif /* __GST_PLAY_SINK_H__ */