mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
Remove type functions for removed types
The CoglHandle wrapper GTypes have been removed in commit a0800b44
so we can safely remove the declarations.
This commit is contained in:
parent
cf48935cf5
commit
3009d029ba
@ -133,8 +133,6 @@ typedef enum { /*< prefix=CLUTTER_TEXTURE_QUALITY >*/
|
|||||||
} ClutterTextureQuality;
|
} ClutterTextureQuality;
|
||||||
|
|
||||||
GType clutter_texture_get_type (void) G_GNUC_CONST;
|
GType clutter_texture_get_type (void) G_GNUC_CONST;
|
||||||
GType clutter_texture_handle_get_type (void) G_GNUC_CONST;
|
|
||||||
GType clutter_material_handle_get_type (void) G_GNUC_CONST;
|
|
||||||
|
|
||||||
ClutterActor * clutter_texture_new (void);
|
ClutterActor * clutter_texture_new (void);
|
||||||
ClutterActor * clutter_texture_new_from_file (const gchar *filename,
|
ClutterActor * clutter_texture_new_from_file (const gchar *filename,
|
||||||
|
Loading…
Reference in New Issue
Block a user