cogl/cleanup: Drop no longer used CoglAngle

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3288>
This commit is contained in:
Bilal Elmoussaoui 2023-09-18 18:54:25 +00:00 committed by Marge Bot
parent 9a6ddd2dff
commit 7bd4e18231

View File

@ -88,14 +88,6 @@ cogl_handle_get_type (void) G_GNUC_CONST;
typedef struct _CoglFramebuffer CoglFramebuffer;
/**
* CoglAngle:
*
* Integer representation of an angle such that 1024 corresponds to
* full circle (i.e., 2 * pi).
*/
typedef int32_t CoglAngle;
typedef struct _CoglColor CoglColor;
typedef struct _CoglTextureVertex CoglTextureVertex;