summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_arbprogram.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-12-08 14:50:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-12-08 14:50:03 +0000
commit91ed68b2b9e0fcb70675ee575d805612a675a82c (patch)
tree8512767a937cc044e44a1b5887a3dab1f044ce68 /src/mesa/tnl/t_vb_arbprogram.h
parent5262c225ba9eb90fc2a357c40a93a5bba2dd602a (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.h2
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 87d5573a44..60786d6a01 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;
};