diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index ab0ec01..62e5cb9 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2015.05.26.054224" +#define Cdrskin_timestamP "2015.06.25.192439" diff --git a/libburn/sg-linux.c b/libburn/sg-linux.c index 7b7739c..68ff3c9 100644 --- a/libburn/sg-linux.c +++ b/libburn/sg-linux.c @@ -219,14 +219,6 @@ static char linux_ata_device_family[80] = {"/dev/hd%c"}; static int linux_ata_enumerate_verbous = 0; -/* The waiting time before eventually retrying a failed SCSI command. - Before each retry wait Libburn_sg_linux_retry_incR longer than with - the previous one. -*/ -#define Libburn_sg_linux_retry_usleeP 100000 -#define Libburn_sg_linux_retry_incR 100000 - - /** PORTING : ------ libburn portable headers and definitions ----- */ #include "libburn.h"