]> git.sur5r.net Git - i3/i3/commitdiff
remove useless get_first_output() call 1838/head
authorFelix C. Stegerman <flx@obfusk.net>
Mon, 10 Aug 2015 15:51:09 +0000 (17:51 +0200)
committerFelix C. Stegerman <flx@obfusk.net>
Mon, 10 Aug 2015 15:51:09 +0000 (17:51 +0200)
src/randr.c

index 96f2f23368d7423415ff0904bfaa52dd8d5607b9..9fa5ad403d49b1cd125718316fbb8e4fc104c9c8 100644 (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)