From bb6ea450e8d0267498be8a56f9125533aa0831d1 Mon Sep 17 00:00:00 2001 From: Danny Song Date: Tue, 7 Oct 2014 05:50:56 +0900 Subject: [PATCH] typefindfunctions: Remove leftover #define from 0.10 https://bugzilla.gnome.org/show_bug.cgi?id=738018 --- gst/typefind/gsttypefindfunctions.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 70cba8ca7f..a169066593 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -46,10 +46,6 @@ GST_DEBUG_CATEGORY_STATIC (type_find_debug); #define GST_CAT_DEFAULT type_find_debug -/* so our code stays ready for 0.11 */ -#define gst_type_find_peek(tf,off,len) \ - ((const guint8 *)gst_type_find_peek((tf),(off),(len))) - /* DataScanCtx: helper for typefind functions that scan through data * step-by-step, to avoid doing a peek at each and every offset */