aboutsummaryrefslogtreecommitdiffstats
path: root/src/xsettings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsettings.c')
-rw-r--r--src/xsettings.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xsettings.c b/src/xsettings.c
index 066f426d241..8dbc7d990fe 100644
--- a/src/xsettings.c
+++ b/src/xsettings.c
@@ -1,6 +1,6 @@
1/* Functions for handling font and other changes dynamically. 1/* Functions for handling font and other changes dynamically.
2 2
3Copyright (C) 2009-2014 Free Software Foundation, Inc. 3Copyright (C) 2009-2015 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -51,8 +51,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
51static char *current_mono_font; 51static char *current_mono_font;
52static char *current_font; 52static char *current_font;
53static struct x_display_info *first_dpyinfo; 53static struct x_display_info *first_dpyinfo;
54static Lisp_Object Qmonospace_font_name, Qfont_name, Qfont_render,
55 Qtool_bar_style;
56static Lisp_Object current_tool_bar_style; 54static Lisp_Object current_tool_bar_style;
57 55
58/* Store an config changed event in to the event queue. */ 56/* Store an config changed event in to the event queue. */