enlightenment: #if 0 out an unused variable
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:30:33 +0000 (10:30 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:30:33 +0000 (10:30 -0400)
NB: The function which actually uses this variable is also #if 0'd out

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_xsettings.c

index 1e3f729..87bd062 100644 (file)
@@ -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);