mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 22:40:46 +02:00
glu/sgi: Remove dead initialization in extract565rev.
This commit is contained in:
parent
4b387ee087
commit
6f6c8ec7b7
1 changed files with 1 additions and 1 deletions
|
|
@ -5593,7 +5593,7 @@ static void shove565(const GLfloat shoveComponents[],
|
|||
static void extract565rev(int isSwap,
|
||||
const void *packedPixel, GLfloat extractComponents[])
|
||||
{
|
||||
GLushort ushort= *(const GLushort *)packedPixel;
|
||||
GLushort ushort;
|
||||
|
||||
if (isSwap) {
|
||||
ushort= __GLU_SWAP_2_BYTES(packedPixel);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue