Revert "don't clear 'changed' variable unless we are going to use it. (fixes"

This reverts commit 58cbf19c10.
This commit is contained in:
Chris Michael 2014-10-03 13:45:16 -04:00
parent 81dcfd5f55
commit 35cac300f3
1 changed files with 0 additions and 2 deletions

View File

@ -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) &&