diff options
author | Dylan Noblesmith <[email protected]> | 2013-09-20 11:55:19 -0400 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-09-24 11:27:03 -0700 |
commit | 2f5d41ce79af77eac1e7e4e8f7c855d128fa8871 (patch) | |
tree | 3af7371185d0f869b57d690ad250daba0cafc613 /src/mesa/main | |
parent | e5ec5aef2be4d667a1f28f0ee0105dd6dc204732 (diff) |
mesa: remove stale comment
This line stopped making sense in the great sed
replace of commit f9995b30756140724f41daf963fa06167912be7f
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index c88c1c67bd6..448946c0334 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -3498,8 +3498,6 @@ struct gl_uniform_buffer_binding * OpenGL state is contained in this structure. * Think of this as a base class from which device drivers will derive * sub classes. - * - * The struct gl_context typedef names this structure. */ struct gl_context { |