mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Remove an unused pointer from GtkDrawingArea
This is part of removing all sealed members from instance structures.
This commit is contained in:
parent
7b665316cf
commit
841edfe8c3
@ -48,7 +48,6 @@ gtk_drawing_area_class_init (GtkDrawingAreaClass *class)
|
||||
static void
|
||||
gtk_drawing_area_init (GtkDrawingArea *darea)
|
||||
{
|
||||
darea->draw_data = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
@ -51,8 +51,6 @@ typedef struct _GtkDrawingAreaClass GtkDrawingAreaClass;
|
||||
struct _GtkDrawingArea
|
||||
{
|
||||
GtkWidget widget;
|
||||
|
||||
gpointer GSEAL (draw_data);
|
||||
};
|
||||
|
||||
struct _GtkDrawingAreaClass
|
||||
|
Loading…
Reference in New Issue
Block a user