aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xfns.c b/src/xfns.c
index ba2601daca4..d4f96c61b07 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1,6 +1,6 @@
1/* Functions for the X window system. 1/* Functions for the X window system.
2 2
3Copyright (C) 1989, 1992-2014 Free Software Foundation, Inc. 3Copyright (C) 1989, 1992-2015 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -125,10 +125,6 @@ extern LWLIB_ID widget_id_tick;
125 125
126#define MAXREQUEST(dpy) (XMaxRequestSize (dpy)) 126#define MAXREQUEST(dpy) (XMaxRequestSize (dpy))
127 127
128static Lisp_Object Qundefined_color;
129static Lisp_Object Qcompound_text, Qcancel_timer;
130Lisp_Object Qfont_param;
131
132#ifdef GLYPH_DEBUG 128#ifdef GLYPH_DEBUG
133static ptrdiff_t image_cache_refcount; 129static ptrdiff_t image_cache_refcount;
134static int dpyinfo_refcount; 130static int dpyinfo_refcount;