From 91ed68b2b9e0fcb70675ee575d805612a675a82c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 Dec 2005 14:50:03 +0000 Subject: do away with 'long long' usage --- src/mesa/tnl/t_vb_arbprogram.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/tnl/t_vb_arbprogram.h') 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; }; -- cgit v1.2.3