stefan pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=5e5fcc482847529e90556b55c5d7470b2d5fa6bd

commit 5e5fcc482847529e90556b55c5d7470b2d5fa6bd
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Fri Aug 7 15:49:45 2015 +0200

    wl_drm: No need to init orient to 0 as it will never be read.
---
 src/modules/wl_drm/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c
index 697e598..a3f1f42 100644
--- a/src/modules/wl_drm/e_mod_main.c
+++ b/src/modules/wl_drm/e_mod_main.c
@@ -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);

-- 


Reply via email to