am c8f6b6fb: Merge "DO NOT MERGE Bug 2943369 RS SDK Remove typedef for quat type which was pushed back to mr1." into honeycomb

* commit 'c8f6b6fbbc853bd89a7def780e8d9a4cabe6d0e2':
  DO NOT MERGE Bug 2943369 RS SDK Remove typedef for quat type which was pushed back to mr1.
This commit is contained in:
Jason Sams
2011-01-28 17:58:04 -08:00
committed by Android Git Automerger

View File

@@ -73,8 +73,6 @@ typedef struct {
float m[4];
} rs_matrix2x2;
typedef float4 rs_quaternion;
#define RS_PACKED __attribute__((packed, aligned(4)))
#endif