mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
r300: remove MIN3 macro, already defined in macros.h
This commit is contained in:
parent
51d0892ee2
commit
a9c5efb111
1 changed files with 0 additions and 1 deletions
|
|
@ -1619,7 +1619,6 @@ static void r500SetupRSUnit(struct gl_context * ctx)
|
|||
WARN_ONCE("Don't know how to satisfy InputsRead=0x%08x\n", InputsRead);
|
||||
}
|
||||
|
||||
#define MIN3(a, b, c) ((a) < (b) ? MIN2(a, c) : MIN2(b, c))
|
||||
|
||||
void r300VapCntl(r300ContextPtr rmesa, GLuint input_count,
|
||||
GLuint output_count, GLuint temp_count)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue