diff options
author | Brian Paul <[email protected]> | 2004-05-12 14:00:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-05-12 14:00:36 +0000 |
commit | 8813cb56b0e5c61cfcf1a33ed887f46d4f5dbf09 (patch) | |
tree | e28cdb25889fa1f16dd30259cc41348841fc77c2 /src/mesa/main/texstore.h | |
parent | e61d60eb813ae1891e5c9f65c16f23cc45a48841 (diff) |
yank bgr233 texformat. minor comment updates.
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r-- | src/mesa/main/texstore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index 22f0c7e9c52..05270ca16c9 100644 --- a/src/mesa/main/texstore.h +++ b/src/mesa/main/texstore.h @@ -72,7 +72,6 @@ extern GLboolean _mesa_texstore_bgra5551(STORE_PARAMS); extern GLboolean _mesa_texstore_al88(STORE_PARAMS); extern GLboolean _mesa_texstore_la88(STORE_PARAMS); extern GLboolean _mesa_texstore_rgb332(STORE_PARAMS); -extern GLboolean _mesa_texstore_bgr233(STORE_PARAMS); extern GLboolean _mesa_texstore_a8(STORE_PARAMS); extern GLboolean _mesa_texstore_ci8(STORE_PARAMS); extern GLboolean _mesa_texstore_ycbcr(STORE_PARAMS); |