Fix compiler warnings
Remove two unused variables.
This commit is contained in:
parent
ba1f2ae3fc
commit
0b1f8a5c4b
@ -165,7 +165,6 @@ gtk_drawing_area_new (void)
|
||||
static void
|
||||
gtk_drawing_area_realize (GtkWidget *widget)
|
||||
{
|
||||
GtkDrawingArea *darea = GTK_DRAWING_AREA (widget);
|
||||
GtkAllocation allocation;
|
||||
GdkWindow *window;
|
||||
GdkWindowAttr attributes;
|
||||
|
@ -380,7 +380,6 @@ static void
|
||||
gtk_socket_realize (GtkWidget *widget)
|
||||
{
|
||||
GtkAllocation allocation;
|
||||
GtkSocket *socket = GTK_SOCKET (widget);
|
||||
GdkWindow *window;
|
||||
GdkWindowAttr attributes;
|
||||
XWindowAttributes xattrs;
|
||||
|
Loading…
Reference in New Issue
Block a user