diff options
author | Brian Paul <[email protected]> | 2006-10-12 23:18:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-10-12 23:18:05 +0000 |
commit | 556c2fa3a33001912c18b83893d513e4740fb67f (patch) | |
tree | 268d2b0640540bd2edee5cf9abfd723ccaa9c0e5 /src/mesa/main/pixel.h | |
parent | 76e778dce59aa6f290db50242df945943fc47b05 (diff) |
_mesa_map_ci_to_rgba_chan() no longer used
Diffstat (limited to 'src/mesa/main/pixel.h')
-rw-r--r-- | src/mesa/main/pixel.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h index 161990024b9..0f8542b1c7a 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"), @@ -112,12 +112,6 @@ _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]); |