summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-02-01 09:59:08 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-02-01 09:59:08 +0000
commit479484807c301658b702885d7426ce543e33c420 (patch)
treeca53f1ef332ef6ec18453fe99eb48ef6edd4a2ce /src
parent5d1359373991cf09b54960f5bd227dfa228f7dec (diff)
downloadxine-lib-479484807c301658b702885d7426ce543e33c420.tar.gz
xine-lib-479484807c301658b702885d7426ce543e33c420.tar.bz2
Ooch, remove crap.
CVS patchset: 1463 CVS date: 2002/02/01 09:59:08
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/xine.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 91c122137..5f8e9be8d 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -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.c,v 1.101 2002/02/01 09:51:28 f1rmb Exp $
+ * $Id: xine.c,v 1.102 2002/02/01 09:59:08 f1rmb Exp $
*
* top-level xine functions
*
@@ -545,10 +545,6 @@ xine_t *xine_init (vo_driver_t *vo,
int xine_get_spu_channel (xine_t *this) {
- printf("this->spu_channel_auto = %d\n", this->spu_channel_auto);
- printf("this->spu_channel_user = %d\n", this->spu_channel_user);
- printf("this->spu_channel = %d\n", this->spu_channel);
- printf("return %d\n", this->spu_channel_user);
return this->spu_channel_user;
}