[cogl] types: Remove unused CoglAngle type



commit 24c564daabfdd36883f353aac90f7e958d4a7114
Author: Damien Lespiau <damien lespiau intel com>
Date:   Thu Sep 13 17:36:34 2012 +0100

    types: Remove unused CoglAngle type
    
    Reviewed-by: Neil Roberts <neil linux 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]