diff options
author | Marek Olšák <[email protected]> | 2020-03-06 14:20:05 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2020-03-20 23:01:13 -0400 |
commit | 01a50e2493dec462b75e827fb09a815a67f027a0 (patch) | |
tree | 1fda5b48a3444a73aa41fcf3dd322ff9aaacad07 /src/mesa/main/glthread.h | |
parent | aee004a7c8900938d1c17f0ac299d40001b383b0 (diff) |
glthread: remove _mesa_post_marshal_hook, because it's not very useful
and also remove the useless forward declaration of enum marshal_dispatch_cmd_id.
Reviewed-by: Timothy Arceri <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4124>
Diffstat (limited to 'src/mesa/main/glthread.h')
-rw-r--r-- | src/mesa/main/glthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/glthread.h b/src/mesa/main/glthread.h index 34af466d685..d8e9c3da84a 100644 --- a/src/mesa/main/glthread.h +++ b/src/mesa/main/glthread.h @@ -48,7 +48,6 @@ #include "util/u_queue.h" #include "GL/gl.h" -enum marshal_dispatch_cmd_id; struct gl_context; struct _mesa_HashTable; |