devilhorns pushed a commit to branch master.

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

commit e856f7acbbe6d813b3247905f617595509d7c42a
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Oct 14 10:30:33 2015 -0400

    enlightenment: #if 0 out an unused variable
    
    NB: The function which actually uses this variable is also #if 0'd out
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_xsettings.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_xsettings.c b/src/bin/e_xsettings.c
index 1e3f729..87bd062 100644
--- a/src/bin/e_xsettings.c
+++ b/src/bin/e_xsettings.c
@@ -68,7 +68,9 @@ static Eina_Bool reset = EINA_FALSE;
 static const char _setting_icon_theme_name[] = "Net/IconThemeName";
 static const char _setting_theme_name[] = "Net/ThemeName";
 static const char _setting_font_name[] = "Gtk/FontName";
+#if 0
 static const char _setting_xft_dpi[] = "Xft/DPI";
+#endif
 static const char *_setting_theme = NULL;
 
 static void _e_xsettings_done_cb(void *data, Eio_File *handler, const 
Eina_Stat *stat);

-- 


Reply via email to