diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-26 19:33:40 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-11-26 19:33:40 +0000 |
commit | 6e0b38dfd9df952916e70a803153b34b3dd366bb (patch) | |
tree | d9a2cb42ce9731238b8d818ee336046442851ba8 /src | |
parent | 98c69dc76488bac6adbc7f784d425a51458ca865 (diff) | |
download | xine-lib-6e0b38dfd9df952916e70a803153b34b3dd366bb.tar.gz xine-lib-6e0b38dfd9df952916e70a803153b34b3dd366bb.tar.bz2 |
remove now unused xine_t* from plugin struct
CVS patchset: 5793
CVS date: 2003/11/26 19:33:40
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/xine_plugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |