diff options
author | Matt Turner <[email protected]> | 2015-02-20 20:08:51 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-02-23 10:41:22 -0800 |
commit | 6a587a44617aed3638e324abd3bbdad8b499eb80 (patch) | |
tree | 9ffbd57a0b33555b8e447656e726764d761495da /src | |
parent | 14ded5ee61b2dfc23878c4a6f38021b15bd0a2fc (diff) |
mesa: Remove dead CAPI define.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/compiler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index cdc843db2ba..6653bb254f2 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -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 |