From e7a14b7a008a04b9266a2755085fed683ee08dc8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 27 Oct 2005 11:27:53 +0000 Subject: gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well. Original commit message from CVS: * gst/qtdemux/qtdemux.h: Remove got_redirect from class structure as well. --- gst/qtdemux/qtdemux.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h index de6cacbd..37fbd3b3 100644 --- a/gst/qtdemux/qtdemux.h +++ b/gst/qtdemux/qtdemux.h @@ -77,9 +77,6 @@ struct _GstQTDemux { struct _GstQTDemuxClass { GstElementClass parent_class; - - void (* got_redirect) (GstElement * element, - const gchar * new_location); }; #ifdef __cplusplus -- cgit