Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 359113b4 authored by Jason Sams's avatar Jason Sams Committed by Android Git Automerger
Browse files

am c8f6b6fb: Merge "DO NOT MERGE Bug 2943369 RS SDK Remove typedef for quat...

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

* commit 'c8f6b6fb':
  DO NOT MERGE Bug 2943369 RS SDK Remove typedef for quat type which was pushed back to mr1.
parents 115a5dd5 c8f6b6fb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -73,8 +73,6 @@ typedef struct {
    float m[4];
} rs_matrix2x2;

typedef float4 rs_quaternion;

#define RS_PACKED __attribute__((packed, aligned(4)))

#endif