mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
remove silent_fprintf
This commit is contained in:
parent
30848ddc83
commit
0faef1dd05
@ -282,13 +282,7 @@ public:
|
||||
static IDEController* idecontroller[MAX_IDE_CONTROLLERS]={NULL,NULL,NULL,NULL};
|
||||
|
||||
static void IDE_DelayedCommand(Bitu idx/*which IDE controller*/);
|
||||
/*
|
||||
#if C_DEBUG
|
||||
#define fprintf silent_fprintf
|
||||
static size_t silent_fprintf(FILE *f,const char *fmt,...) {
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
/* when the ATAPI command has been accepted, and the timeout has passed */
|
||||
void IDEATAPICDROMDevice::on_atapi_busy_time() {
|
||||
//fprintf(stderr,"ATAPI busy time %02X\n",atapi_cmd[0]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user