Remove a couple of unused SCSI fields.

This commit is contained in:
rocky
2005-01-15 16:08:39 +00:00
parent aa50f5e09a
commit 069940d1a5
2 changed files with 1 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/* /*
$Id: cdda.h,v 1.5 2005/01/15 16:05:44 rocky Exp $ $Id: cdda.h,v 1.6 2005/01/15 16:08:39 rocky Exp $
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com> Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2001 Xiph.org Copyright (C) 2001 Xiph.org
@@ -104,13 +104,6 @@ struct cdrom_drive_s {
int is_atapi; int is_atapi;
int is_mmc; int is_mmc;
/* Scsi parameters and state */
unsigned char density;
unsigned char orgdens;
unsigned int orgsize;
long bigbuff;
int adjust_ssize;
int i_test_flags; /**< Normally set 0. But if we are testing int i_test_flags; /**< Normally set 0. But if we are testing
paranoia operation this can be set to one of paranoia operation this can be set to one of
the flag masks to simulate a particular kind of the flag masks to simulate a particular kind of

View File

@@ -830,7 +830,6 @@ main(int argc,char *argv[])
"ignoring preset and autosense",force_cdrom_sectors); "ignoring preset and autosense",force_cdrom_sectors);
report(buffer); report(buffer);
d->nsectors=force_cdrom_sectors; d->nsectors=force_cdrom_sectors;
d->bigbuff=force_cdrom_sectors*CDIO_CD_FRAMESIZE_RAW;
} }
} }
if (force_cdrom_overlap!=-1) { if (force_cdrom_overlap!=-1) {