Removed a redundant d->start_unit() of revision 419

This commit is contained in:
Thomas Schmitt 2006-11-20 09:07:47 +00:00
parent 9ea689d7e4
commit 26412b4793
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.11.20.090207"
#define Cdrskin_timestamP "2006.11.20.090503"

View File

@ -156,10 +156,8 @@ int burn_drive_grab(struct burn_drive *d, int le)
}
d->busy = BURN_DRIVE_GRABBING;
if (le) {
if (le)
d->load(d);
d->start_unit(d);
}
d->lock(d);
d->start_unit(d);