From 556c2fa3a33001912c18b83893d513e4740fb67f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 12 Oct 2006 23:18:05 +0000 Subject: _mesa_map_ci_to_rgba_chan() no longer used --- src/mesa/main/pixel.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/mesa/main/pixel.h') diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h index 161990024b..0f8542b1c7 100644 --- a/src/mesa/main/pixel.h +++ b/src/mesa/main/pixel.h @@ -5,9 +5,9 @@ /* * Mesa 3-D graphics library - * Version: 6.5 + * Version: 6.5.2 * - * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -111,12 +111,6 @@ extern void _mesa_map_ci(const GLcontext *ctx, GLuint n, GLuint index[]); -extern void -_mesa_map_ci_to_rgba_chan(const GLcontext *ctx, - GLuint n, const GLuint index[], - GLchan rgba[][4]); - - extern void _mesa_map_ci_to_rgba(const GLcontext *ctx, GLuint n, const GLuint index[], GLfloat rgba[][4]); -- cgit v1.2.3