From 4c910a3e0a9bfbc3798fc71a508537bf115accce Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 17 Jun 2004 01:16:50 +0000 Subject: [PATCH] Don't need to set i_leadout twice. --- lib/_cdio_osx.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/_cdio_osx.c b/lib/_cdio_osx.c index cfb083ab..0df31799 100644 --- a/lib/_cdio_osx.c +++ b/lib/_cdio_osx.c @@ -1,5 +1,5 @@ /* - $Id: _cdio_osx.c,v 1.36 2004/06/17 01:15:17 rocky Exp $ + $Id: _cdio_osx.c,v 1.37 2004/06/17 01:16:50 rocky Exp $ Copyright (C) 2003, 2004 Rocky Bernstein from vcdimager code: @@ -33,7 +33,7 @@ #include "config.h" #endif -static const char _rcsid[] = "$Id: _cdio_osx.c,v 1.36 2004/06/17 01:15:17 rocky Exp $"; +static const char _rcsid[] = "$Id: _cdio_osx.c,v 1.37 2004/06/17 01:16:50 rocky Exp $"; #include #include @@ -421,9 +421,6 @@ _cdio_read_toc (_img_private_t *env) { i_track = pTrackDescriptors[i].point; - if( i_track == OSX_CDROM_LEADOUT_TRACK ) - i_leadout = i; - if( i_track > CDIO_CD_MAX_TRACKS || i_track < CDIO_CD_MIN_TRACK_NO ) continue;