summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/smpte/gstmask.c')
-rw-r--r--gst/smpte/gstmask.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gst/smpte/gstmask.c b/gst/smpte/gstmask.c
index 14804524..6430f420 100644
--- a/gst/smpte/gstmask.c
+++ b/gst/smpte/gstmask.c
@@ -104,12 +104,3 @@ gst_mask_destroy (GstMask *mask)
if (mask->destroy_func)
mask->destroy_func (mask);
}
-
-void
-gst_mask_update (GstMask *mask,
- GstClockTime position,
- GstClockTime duration)
-{
- g_return_if_fail (mask != NULL);
-
-}