mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Drop GdkSpan type
GdkSpan is not used anywhere.
This commit is contained in:
parent
28aa906681
commit
d35aa02dd5
@ -65,7 +65,6 @@ G_BEGIN_DECLS
|
||||
*/
|
||||
typedef struct _GdkPoint GdkPoint;
|
||||
typedef cairo_rectangle_int_t GdkRectangle;
|
||||
typedef struct _GdkSpan GdkSpan;
|
||||
|
||||
typedef struct _GdkAtom *GdkAtom;
|
||||
|
||||
@ -252,12 +251,6 @@ struct _GdkPoint
|
||||
gint y;
|
||||
};
|
||||
|
||||
struct _GdkSpan
|
||||
{
|
||||
gint x;
|
||||
gint y;
|
||||
gint width;
|
||||
};
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user