summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-11-26 19:33:40 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-11-26 19:33:40 +0000
commit6e0b38dfd9df952916e70a803153b34b3dd366bb (patch)
treed9a2cb42ce9731238b8d818ee336046442851ba8 /src
parent98c69dc76488bac6adbc7f784d425a51458ca865 (diff)
downloadxine-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.h3
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 */