summaryrefslogtreecommitdiff
path: root/src/w32uniscribe.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-01-05 22:13:58 +0200
committerEli Zaretskii <eliz@gnu.org>2015-01-05 22:13:58 +0200
commit5b5dab1281bc47e36b6fb40b88a3ff2241657469 (patch)
tree830d59d82512e40991c388fa2484e78cca8cb652 /src/w32uniscribe.c
parentbc78ff2603b8c062dbd8f93f421c3412e36e343f (diff)
downloademacs-5b5dab1281bc47e36b6fb40b88a3ff2241657469.tar.gz
MS-Windows followup to previous commit
src/w32proc.c, src/w32.h, src/w32fns.c, src/w32font.c, src/w32menu.c: src/w32notify.c, src/w32proc.c, src/w32select.c, src/w32term.c: src/w32uniscribe.c: Remove declarations of Q* variables that represent symbols.
Diffstat (limited to 'src/w32uniscribe.c')
-rw-r--r--src/w32uniscribe.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c
index 29fea6a0b11..2a7fe2e6f91 100644
--- a/src/w32uniscribe.c
+++ b/src/w32uniscribe.c
@@ -47,10 +47,6 @@ struct uniscribe_font_info
int uniscribe_available = 0;
-/* Defined in w32font.c, since it is required there as well. */
-extern Lisp_Object Quniscribe;
-extern Lisp_Object Qopentype;
-
/* EnumFontFamiliesEx callback. */
static int CALLBACK ALIGN_STACK add_opentype_font_name_to_list (ENUMLOGFONTEX *,
NEWTEXTMETRICEX *,