diff options
author | Brian Paul <[email protected]> | 2014-03-01 10:40:24 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-03-03 13:08:59 -0700 |
commit | db806cacfd8d91e9da5614e1be6e050bc318ec6a (patch) | |
tree | ec81c69ebabb01d41b78521b09692b470b438683 /src/mesa/drivers/x11 | |
parent | 94dc91d7ecdec4aadfbbe307dc598bb163af0c74 (diff) |
mesa: remove empty glthread.h file
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/glxapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/glxapi.c b/src/mesa/drivers/x11/glxapi.c index c03c7438369..a870e94ed4a 100644 --- a/src/mesa/drivers/x11/glxapi.c +++ b/src/mesa/drivers/x11/glxapi.c @@ -131,7 +131,7 @@ get_dispatch(Display *dpy) } -/* Don't use the GET_DISPATCH defined in glthread.h */ +/* Don't use the GET_DISPATCH macro */ #undef GET_DISPATCH #define GET_DISPATCH(DPY, TABLE) \ |