diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:09:35 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:45 +0300 |
commit | d05d5d9a919f429b9d03c76d779b5b9a102cc11d (patch) | |
tree | ca502d4187fefde0b417a0e1cb8590aec04a83b5 /src/mesa/main/syncobj.c | |
parent | 02a19684f928c4c5277913499302fb4511b15cad (diff) |
mesa: remove FEATURE_ARB_sync define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/syncobj.c')
-rw-r--r-- | src/mesa/main/syncobj.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/syncobj.c b/src/mesa/main/syncobj.c index 9f5a27e6267..1d178950c08 100644 --- a/src/mesa/main/syncobj.c +++ b/src/mesa/main/syncobj.c @@ -64,7 +64,6 @@ #include "dispatch.h" #include "mtypes.h" -#if FEATURE_ARB_sync #include "syncobj.h" static struct gl_sync_object * @@ -426,5 +425,3 @@ _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, *length = size; } } - -#endif /* FEATURE_ARB_sync */ |