Commit d6624ee9 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winemac: Remove a redundant memset of a struct.

parent 20c3c802
......@@ -495,7 +495,6 @@ static void create_cocoa_window(struct macdrv_win_data *data)
data->whole_rect = data->window_rect;
macdrv_window_to_mac_rect(data, style, &data->whole_rect);
memset(&wf, 0, sizeof(wf));
get_cocoa_window_features(data, style, ex_style, &wf);
frame = cgrect_from_rect(data->whole_rect);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment