| Index: device/vr/vr_types.h
|
| diff --git a/device/vr/vr_types.h b/device/vr/vr_types.h
|
| index a030bd987dc52560f0661311df5322bb7a6d275c..a6980413263fb4c4693b5b1fc7225e57f21e67cc 100644
|
| --- a/device/vr/vr_types.h
|
| +++ b/device/vr/vr_types.h
|
| @@ -25,13 +25,6 @@ typedef struct RotationAxisAngle {
|
| float angle;
|
| } RotationAxisAngle;
|
|
|
| -typedef struct Colorf {
|
| - float r;
|
| - float g;
|
| - float b;
|
| - float a;
|
| -} Colorf;
|
| -
|
| // A floating point quaternion, in JPL format.
|
| typedef struct Quatf {
|
| /// qx, qy, qz are the vector component.
|
|
|