summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2015-10-14 10:30:33 -0400
committerChris Michael <cp.michael@samsung.com>2015-10-14 10:30:33 -0400
commite856f7acbbe6d813b3247905f617595509d7c42a (patch)
treec21244862f48b48f94d15e4e44e8fd074b7d591e
parentd72af795ad33a43c8a9f05df4974d8fb2160b08e (diff)
downloadenlightenment-e856f7acbbe6d813b3247905f617595509d7c42a.tar.gz
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.michael@samsung.com>
-rw-r--r--src/bin/e_xsettings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/e_xsettings.c b/src/bin/e_xsettings.c
index 1e3f729058..87bd0625c3 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);