diff options
author | Jamey Sharp <jamey@minilop.net> | 2010-05-06 12:35:52 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2010-05-13 17:14:07 -0700 |
commit | a3d948ddbb54b9e831e67f22d5031922a3c44107 (patch) | |
tree | 5f6c5c1bd5a42a4e0415d2830d6f9104a2e5c8ea /glx | |
parent | 653e4878c4cc03613172a93ad4800e1eacc98f17 (diff) |
clientErrorValue is never used outside dix. Stop importing it.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glx')
-rw-r--r-- | glx/xfont.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glx/xfont.c b/glx/xfont.c index 35fad4d5a..f0b5644b9 100644 --- a/glx/xfont.c +++ b/glx/xfont.c @@ -46,8 +46,6 @@ #include <windowstr.h> #include <dixfontstr.h> -extern XID clientErrorValue; /* imported kludge from dix layer */ - /* ** Make a single GL bitmap from a single X glyph */ |