devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=35cac300f357ae6aa8507fae196cd3ce1e51d3be

commit 35cac300f357ae6aa8507fae196cd3ce1e51d3be
Author: Chris Michael <[email protected]>
Date:   Fri Oct 3 13:45:16 2014 -0400

    Revert "don't clear 'changed' variable unless we are going to use it. 
(fixes"
    
    This reverts commit 58cbf19c1019745c14d3b34fdfd853bc7139d976.
---
 src/bin/e_dpms.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_dpms.c b/src/bin/e_dpms.c
index a9e95eb..ec44392 100644
--- a/src/bin/e_dpms.c
+++ b/src/bin/e_dpms.c
@@ -19,9 +19,7 @@ e_dpms_update(void)
 {
    unsigned int standby = 0, suspend = 0, off = 0;
    int enabled;
-#ifndef HAVE_WAYLAND_ONLY
    Eina_Bool changed = EINA_FALSE;
-#endif
 
    enabled = ((e_config->screensaver_enable) &&
               (!e_config->mode.presentation) &&

-- 


Reply via email to