mesa: Remove dead CAPI define.
authorMatt Turner <mattst88@gmail.com>
Sat, 21 Feb 2015 04:08:51 +0000 (20:08 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 23 Feb 2015 18:41:22 +0000 (10:41 -0800)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/compiler.h

index cdc843d..6653bb2 100644 (file)
@@ -174,11 +174,6 @@ static inline GLuint CPU_TO_LE32(GLuint x)
 
 
 
-#if !defined(CAPI) && defined(_WIN32)
-#define CAPI _cdecl
-#endif
-
-
 /**
  * Create a macro so that asm functions can be linked into compilers other
  * than GNU C