From d35aa02dd5c64fe54294f42d2a03d1767f50718a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 1 Oct 2010 09:39:10 -0400 Subject: [PATCH] Drop GdkSpan type GdkSpan is not used anywhere. --- gdk/gdktypes.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index 42ebf59943..a5543d9338 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -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