Revert "Add a timeout: delay_exit_on_zero_displays"

This reverts commit 2c77d7ceed.
This commit is contained in:
Nils Schneider
2015-09-14 22:34:05 +02:00
parent 7de15b3815
commit c87b256200
9 changed files with 9 additions and 124 deletions

View File

@ -655,8 +655,6 @@ int main(int argc, char *argv[]) {
ELOG("ERROR: No screen at (%d, %d), starting on the first screen\n",
pointerreply->root_x, pointerreply->root_y);
output = get_first_output();
if (!output)
die("No usable outputs available.\n");
}
con_focus(con_descend_focused(output_get_content(output->con)));