x11: Remove unused variable

This commit is contained in:
Benjamin Otte
2011-03-07 12:05:32 +01:00
parent e229f2998b
commit b18d4feaaf

View File

@@ -187,7 +187,6 @@ gdk_drag_context_finalize (GObject *object)
{
GdkDragContext *context = GDK_DRAG_CONTEXT (object);
GdkDragContextPrivateX11 *private = PRIVATE_DATA (context);
GSList *tmp_list;
g_list_free (context->targets);