[gtk+] Drop GdkSpan type



commit d35aa02dd5c64fe54294f42d2a03d1767f50718a
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 1 09:39:10 2010 -0400

    Drop GdkSpan type
    
    GdkSpan is not used anywhere.

 gdk/gdktypes.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 42ebf59..a5543d9 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]