cogl/cleanup: Drop unnused private structs
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3374>
This commit is contained in:
parent
1bb2f5f7b9
commit
bb3de27621
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user