From 35e7026357762c3370a649a4f0f0bcae0eb7156d Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Fri, 28 Jan 2011 15:50:38 -0800 Subject: [PATCH] DO NOT MERGE Bug 2943369 RS SDK Remove typedef for quat type which was pushed back to mr1. Change-Id: Ice2ad6c766ee786105a8d70fc9457a98e19b5af3 --- libs/rs/scriptc/rs_types.rsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/rs/scriptc/rs_types.rsh b/libs/rs/scriptc/rs_types.rsh index a010096507b18..367af4642e23f 100644 --- a/libs/rs/scriptc/rs_types.rsh +++ b/libs/rs/scriptc/rs_types.rsh @@ -73,8 +73,6 @@ typedef struct { float m[4]; } rs_matrix2x2; -typedef float4 rs_quaternion; - #define RS_PACKED __attribute__((packed, aligned(4))) #endif