From e856f7acbbe6d813b3247905f617595509d7c42a Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 14 Oct 2015 10:30:33 -0400 Subject: [PATCH] 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 --- 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); -- 2.7.4