remove useless get_first_output() call

This commit is contained in:
Felix C. Stegerman 2015-08-10 17:51:09 +02:00
parent d3608bb6eb
commit 12d35cc2bc
1 changed files with 0 additions and 3 deletions

View File

@ -793,9 +793,6 @@ static bool __randr_query_outputs(void) {
disable_randr(conn);
}
/* Verifies that there is at least one active output as a side-effect. */
get_first_output();
/* Just go through each active output and assign one workspace */
TAILQ_FOREACH(output, &outputs, outputs) {
if (!output->active)