From 7bd4e18231104fe62fd95cd2c110d7a4c9809dbc Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Mon, 18 Sep 2023 18:54:25 +0000 Subject: [PATCH] cogl/cleanup: Drop no longer used CoglAngle Part-of: --- cogl/cogl/cogl-types.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cogl/cogl/cogl-types.h b/cogl/cogl/cogl-types.h index 077a1acac..fcc07fa17 100644 --- a/cogl/cogl/cogl-types.h +++ b/cogl/cogl/cogl-types.h @@ -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;