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 <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4124>
This commit is contained in:
Marek Olšák
2020-03-06 14:20:05 -05:00
parent aee004a7c8
commit 01a50e2493
2 changed files with 0 additions and 16 deletions

View File

@@ -48,7 +48,6 @@
#include "util/u_queue.h"
#include "GL/gl.h"
enum marshal_dispatch_cmd_id;
struct gl_context;
struct _mesa_HashTable;