diff options
author | Brian Paul <[email protected]> | 2005-12-08 14:50:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-12-08 14:50:03 +0000 |
commit | 91ed68b2b9e0fcb70675ee575d805612a675a82c (patch) | |
tree | 8512767a937cc044e44a1b5887a3dab1f044ce68 /src/mesa/tnl/t_vb_arbprogram.h | |
parent | 5262c225ba9eb90fc2a357c40a93a5bba2dd602a (diff) |
do away with 'long long' usage
Diffstat (limited to 'src/mesa/tnl/t_vb_arbprogram.h')
-rw-r--r-- | src/mesa/tnl/t_vb_arbprogram.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.h b/src/mesa/tnl/t_vb_arbprogram.h index 87d5573a443..60786d6a016 100644 --- a/src/mesa/tnl/t_vb_arbprogram.h +++ b/src/mesa/tnl/t_vb_arbprogram.h @@ -110,8 +110,6 @@ union instruction { GLuint pad:7; GLuint pad2; } msk; - - MESA_LONGLONG dword; }; |