Skip to content

Commit

Permalink
cosmetic: silent compiler warnings in xbmc-xrandr
Browse files Browse the repository at this point in the history
  • Loading branch information
mkortstiege committed Aug 1, 2012
1 parent c662ad2 commit cca8987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc-xrandr.c
Expand Up @@ -909,7 +909,6 @@ crtc_can_use_transform (crtc_t *crtc, XTransform *transform)
return True;
return False;
}
#endif

/*
* Report only rotations that are supported by all crtcs
Expand All @@ -936,6 +935,7 @@ output_rotations (output_t *output)
}
return rotation;
}
#endif

static Bool
output_can_use_rotation (output_t *output, Rotation rotation)
Expand Down Expand Up @@ -2999,7 +2999,7 @@ main (int argc, char **argv)
Atom *props;
int j, k, nprop;
Bool *mode_shown;
Rotation rotations = output_rotations (output);
// Rotation rotations = output_rotations (output);

printf (" <output name=\"%s\" connected=\"%s\"", output_info->name, connection[output_info->connection]);
if (mode)
Expand Down

0 comments on commit cca8987

Please sign in to comment.