projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8705ed1
)
mesa: remove set_entry from forward type declarations
author
Alejandro Piñeiro
<apinheiro@igalia.com>
Wed, 6 Dec 2017 10:38:59 +0000
(11:38 +0100)
committer
Alejandro Piñeiro
<apinheiro@igalia.com>
Thu, 7 Dec 2017 08:01:58 +0000
(09:01 +0100)
This type was used at gl_sync_object, but it is not used anymore.
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 7da05aa3ee9cef267601bf62605330b2249da468..7b7137624c75e5a72666cdb3c3a713e1cc05c76e 100644
(file)
--- 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;
/*@}*/