From 6e0b38dfd9df952916e70a803153b34b3dd366bb Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 26 Nov 2003 19:33:40 +0000 Subject: remove now unused xine_t* from plugin struct CVS patchset: 5793 CVS date: 2003/11/26 19:33:40 --- src/xine-engine/xine_plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/xine_plugin.h b/src/xine-engine/xine_plugin.h index f59f2f870..ba636a018 100644 --- a/src/xine-engine/xine_plugin.h +++ b/src/xine-engine/xine_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_plugin.h,v 1.10 2003/11/19 20:35:07 f1rmb Exp $ + * $Id: xine_plugin.h,v 1.11 2003/11/26 19:33:40 mroi Exp $ * * generic plugin definitions * @@ -68,7 +68,6 @@ typedef struct { typedef struct { uint32_t *supported_types; /* streamtypes this decoder can handle */ int priority; - xine_t *xine; } decoder_info_t; /* special info for a post plugin */ -- cgit v1.2.3