[Mesa-dev] [PATCH] mesa: remove set_entry from forward type declarations
Alejandro PiƱeiro
apinheiro at igalia.com
Wed Dec 6 10:38:59 UTC 2017
This type was used at gl_sync_object, but it is not used anymore.
---
src/mesa/main/mtypes.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index b478f6158e2..4c90f58ef5a 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -99,7 +99,6 @@ struct gl_uniform_storage;
struct prog_instruction;
struct gl_program_parameter_list;
struct set;
-struct set_entry;
struct vbo_context;
/*@}*/
--
2.11.0
More information about the mesa-dev
mailing list