Commit a82455e6 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

server: Remove superflous empty region allocation.

parent 95beaa21
...@@ -1105,7 +1105,7 @@ static int add_update_region( struct window *win, struct region *region ) ...@@ -1105,7 +1105,7 @@ static int add_update_region( struct window *win, struct region *region )
static void crop_children_update_region( struct window *win, rectangle_t *rect ) static void crop_children_update_region( struct window *win, rectangle_t *rect )
{ {
struct window *child; struct window *child;
struct region *tmp = create_empty_region(); struct region *tmp;
rectangle_t child_rect; rectangle_t child_rect;
LIST_FOR_EACH_ENTRY( child, &win->children, struct window, entry ) LIST_FOR_EACH_ENTRY( child, &win->children, struct window, entry )
......
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