Removed obsolete macro case

This commit is contained in:
Thomas Schmitt 2011-10-06 11:40:40 +00:00
parent 3f7a92cc84
commit 2cae912040
2 changed files with 1 additions and 6 deletions

View File

@ -7635,11 +7635,6 @@ set_padsize:;
} else if(strcmp(argv[i],"--prodvd_cli_compatible")==0) {
skin->prodvd_cli_compatible= 1;
#ifdef NIX
} else if(strcmp(argv[i],"-raw96r")==0) {
/* is handled in Cdrpreskin_setup() */;
#endif
} else if(strcmp(argv[i],"-sao")==0 || strcmp(argv[i],"-dao")==0) {
/* is handled in Cdrpreskin_setup() */;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.10.06.113315"
#define Cdrskin_timestamP "2011.10.06.114009"