[Mesa-dev] [PATCH 1/2] mesa: tidy up accum.h

Samuel Pitoiset samuel.pitoiset at gmail.com
Wed May 3 07:26:45 UTC 2017


Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

On 05/03/2017 05:38 AM, Timothy Arceri wrote:
> These were unused.
> ---
>   src/mesa/main/accum.h | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h
> index a5665c7..ede2ecc 100644
> --- a/src/mesa/main/accum.h
> +++ b/src/mesa/main/accum.h
> @@ -32,23 +32,21 @@
>    * OTHER DEALINGS IN THE SOFTWARE.
>    */
>   
>   
>   
>   #ifndef ACCUM_H
>   #define ACCUM_H
>   
>   #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 );
>   void GLAPIENTRY
>   _mesa_Accum( GLenum op, GLfloat value );
>   
>   extern void
>   _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
>   
>   extern void
> 


More information about the mesa-dev mailing list