projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e473fdc
)
mesa: tidy up accum.h
author
Timothy Arceri
<tarceri@itsqueeze.com>
Wed, 3 May 2017 03:33:58 +0000
(13:33 +1000)
committer
Timothy Arceri
<tarceri@itsqueeze.com>
Thu, 4 May 2017 01:35:37 +0000
(11:35 +1000)
These were unused.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/mesa/main/accum.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/accum.h
b/src/mesa/main/accum.h
index a5665c757d1ac901c42d96a4e112c2c8315b0859..ede2ecca86ab3906c5fe3c39d206656a77bd18f8 100644
(file)
--- a/
src/mesa/main/accum.h
+++ b/
src/mesa/main/accum.h
@@
-39,9
+39,7
@@
#include "main/glheader.h"
-struct _glapi_table;
struct gl_context;
-struct gl_renderbuffer;
extern void GLAPIENTRY
_mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );