wl_drm: No need to init orient to 0 as it will never be read.

This commit is contained in:
Stefan Schmidt 2015-08-07 15:49:45 +02:00
parent a579c2ec36
commit 5e5fcc4828
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ _drm_randr_apply(void)
EINA_LIST_FOREACH(e_randr2->screens, ll, s)
{
int orient = 0;
int orient;
Ecore_Drm_Output_Mode *mode = NULL;
printf("DRM RRR: find output for '%s'\n", s->info.name);