r300: remove MIN3 macro, already defined in macros.h

This commit is contained in:
Brian Paul 2011-06-02 17:04:30 -06:00
parent 51d0892ee2
commit a9c5efb111

View file

@ -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)