From: Felix C. Stegerman Date: Mon, 10 Aug 2015 15:51:09 +0000 (+0200) Subject: remove useless get_first_output() call X-Git-Tag: 4.11~48^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F1838%2Fhead;p=i3%2Fi3 remove useless get_first_output() call --- diff --git a/src/randr.c b/src/randr.c index 96f2f233..9fa5ad40 100644 --- a/src/randr.c +++ b/src/randr.c @@ -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)