winex11: Remove dead store into win_gravity in get_window_attributes().

This commit is contained in:
Ken Thomases 2014-04-20 17:11:13 -05:00 committed by Alexandre Julliard
parent fdbd8ffffc
commit 3e09763835
1 changed files with 0 additions and 1 deletions

View File

@ -314,7 +314,6 @@ static int get_window_attributes( struct x11drv_win_data *data, XSetWindowAttrib
attr->colormap = data->colormap ? data->colormap : default_colormap;
attr->save_under = ((GetClassLongW( data->hwnd, GCL_STYLE ) & CS_SAVEBITS) != 0);
attr->bit_gravity = NorthWestGravity;
attr->win_gravity = StaticGravity;
attr->backing_store = NotUseful;
attr->border_pixel = 0;
attr->event_mask = (ExposureMask | PointerMotionMask |