Fix compiler warnings

Remove two unused variables.
This commit is contained in:
Adel Gadllah 2013-02-11 11:38:04 +01:00
parent ba1f2ae3fc
commit 0b1f8a5c4b
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -380,7 +380,6 @@ static void
gtk_socket_realize (GtkWidget *widget)
{
GtkAllocation allocation;
GtkSocket *socket = GTK_SOCKET (widget);
GdkWindow *window;
GdkWindowAttr attributes;
XWindowAttributes xattrs;