mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 11:20:11 +01:00
disabled an fprintf in FX_grSstQueryHardware()
This commit is contained in:
parent
8b590c0ad3
commit
02da4625b8
1 changed files with 2 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ FX_GrContext_t FX_grSstWinOpen( FxU32 hWnd,
|
|||
nColBuffers,
|
||||
nAuxBuffers );
|
||||
|
||||
/*
|
||||
fprintf(stderr,
|
||||
"grSstWinOpen( win %d res %d ref %d fmt %d\n"
|
||||
" org %d ncol %d naux %d )\n"
|
||||
|
|
@ -411,6 +412,7 @@ FX_GrContext_t FX_grSstWinOpen( FxU32 hWnd,
|
|||
nColBuffers,
|
||||
nAuxBuffers,
|
||||
i);
|
||||
*/
|
||||
END_BOARD_LOCK();
|
||||
return i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue