mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
mesa: Use preprocessor to comment out code.
This commit is contained in:
parent
ae943f8e20
commit
6b6ac9aca0
1 changed files with 2 additions and 2 deletions
|
|
@ -263,7 +263,7 @@ compute_component_mapping(GLenum inFormat, GLenum outFormat,
|
|||
map[ZERO] = ZERO;
|
||||
map[ONE] = ONE;
|
||||
|
||||
/*
|
||||
#if 0
|
||||
_mesa_printf("from %x/%s to %x/%s map %d %d %d %d %d %d\n",
|
||||
inFormat, _mesa_lookup_enum_by_nr(inFormat),
|
||||
outFormat, _mesa_lookup_enum_by_nr(outFormat),
|
||||
|
|
@ -273,7 +273,7 @@ compute_component_mapping(GLenum inFormat, GLenum outFormat,
|
|||
map[3],
|
||||
map[4],
|
||||
map[5]);
|
||||
*/
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue