1
0
Fork 0

cogl/cleanup: Drop unnused private structs

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3374>
This commit is contained in:
Bilal Elmoussaoui 2023-11-05 15:18:57 +01:00 committed by Marge Bot
parent 1bb2f5f7b9
commit bb3de27621
2 changed files with 0 additions and 14 deletions

View file

@ -65,14 +65,6 @@ typedef struct _TextureSlicedQuadState
gboolean flipped_y;
} TextureSlicedQuadState;
typedef struct _TextureSlicedPolygonState
{
const CoglTextureVertex *vertices;
int n_vertices;
int stride;
CoglAttribute **attributes;
} TextureSlicedPolygonState;
static void
log_quad_sub_textures_cb (CoglTexture *texture,
const float *subtexture_coords,

View file

@ -51,12 +51,6 @@
G_DEFINE_FINAL_TYPE (CoglTexture2D, cogl_texture_2d, COGL_TYPE_TEXTURE)
typedef struct _CoglTexture2DManualRepeatData
{
CoglTexture2D *tex_2d;
CoglMetaTextureCallback callback;
void *user_data;
} CoglTexture2DManualRepeatData;
static void
cogl_texture_2d_dispose (GObject *object)