Merge pull request #1838 from obfusk/rm-useless-get_first_output-call
remove useless get_first_output() call
This commit is contained in:
commit
3755f6e76e
@ -793,9 +793,6 @@ static bool __randr_query_outputs(void) {
|
|||||||
disable_randr(conn);
|
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 */
|
/* Just go through each active output and assign one workspace */
|
||||||
TAILQ_FOREACH(output, &outputs, outputs) {
|
TAILQ_FOREACH(output, &outputs, outputs) {
|
||||||
if (!output->active)
|
if (!output->active)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user