summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlejandro Piñeiro <[email protected]>2017-12-06 11:38:59 +0100
committerAlejandro Piñeiro <[email protected]>2017-12-07 09:01:58 +0100
commitbe2c434308ea9dedd6033a590cc072951d8ba469 (patch)
tree01f8f57d6458bae42c8bdc61d5707230573d2178 /src
parent8705ed13e3114ad994dbd46387576749f54fc7eb (diff)
mesa: remove set_entry from forward type declarations
This type was used at gl_sync_object, but it is not used anymore. Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 7da05aa3ee9..7b7137624c7 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;
/*@}*/