[Cogl] [PATCH] types: Remove unused CoglAngle type
Damien Lespiau
damien.lespiau at gmail.com
Thu Sep 13 09:36:57 PDT 2012
From: Damien Lespiau <damien.lespiau at intel.com>
---
cogl/cogl-types.h | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h
index f22b6f6..03c9701 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -135,16 +135,6 @@ typedef struct _CoglQuaternion CoglQuaternion;
* circular dependencies. */
typedef struct _CoglEuler CoglEuler;
-/**
- * CoglAngle:
- *
- * Integer representation of an angle such that 1024 corresponds to
- * full circle (i.e., 2 * pi).
- *
- * Since: 1.0
- */
-typedef int32_t CoglAngle;
-
typedef struct _CoglColor CoglColor;
typedef struct _CoglTextureVertex CoglTextureVertex;
--
1.7.7.5
More information about the Cogl
mailing list