diff options
Diffstat (limited to 'src/mesa/main/image.h')
-rw-r--r-- | src/mesa/main/image.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index b3757a30fdc..ffe629e103f 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -35,9 +35,6 @@ #include "mtypes.h" -extern const struct gl_pixelstore_attrib _mesa_native_packing; - - extern void _mesa_swap2( GLushort *p, GLuint n ); |