mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
clutter: Remove ClutterPlane
It is unused now. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1489
This commit is contained in:
parent
964229acf4
commit
338a9275b4
@ -245,12 +245,6 @@ PangoDirection _clutter_pango_unichar_direction (gunichar ch);
|
||||
PangoDirection _clutter_pango_find_base_dir (const gchar *text,
|
||||
gint length);
|
||||
|
||||
typedef struct _ClutterPlane
|
||||
{
|
||||
graphene_vec3_t v0;
|
||||
graphene_vec3_t n;
|
||||
} ClutterPlane;
|
||||
|
||||
typedef enum _ClutterCullResult
|
||||
{
|
||||
CLUTTER_CULL_RESULT_UNKNOWN,
|
||||
|
Loading…
Reference in New Issue
Block a user