remove unneeded render on map request

manage_window() will call tree_render() when appropriate, so pushing
changes to X here is not needed.
This commit is contained in:
Tony Crisci 2014-06-16 02:34:22 -04:00 committed by Michael Stapelberg
parent e77103012f
commit ca5137eeba
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@ static void handle_map_request(xcb_map_request_event_t *event) {
add_ignore_event(event->sequence, -1);
manage_window(event->window, cookie, false);
x_push_changes(croot);
return;
}