diff src/w32fns.c @ 44068:85388a495f68

(QCtype): Remove duplicate declaration and initialization (is now declared in process.c).
author Kim F. Storm <storm@cua.dk>
date Thu, 21 Mar 2002 12:22:32 +0000
parents 73645cbc79a7
children 13f77e440e6e
line wrap: on
line diff
--- a/src/w32fns.c	Thu Mar 21 12:20:24 2002 +0000
+++ b/src/w32fns.c	Thu Mar 21 12:22:32 2002 +0000
@@ -8168,8 +8168,8 @@
 /* Keywords.  */
 
 extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile;
-extern Lisp_Object QCdata;
-Lisp_Object QCtype, QCascent, QCmargin, QCrelief;
+extern Lisp_Object QCdata, QCtype;
+Lisp_Object QCascent, QCmargin, QCrelief;
 Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask;
 Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask;
 
@@ -15238,8 +15238,6 @@
   /* Images.  */
   Qxbm = intern ("xbm");
   staticpro (&Qxbm);
-  QCtype = intern (":type");
-  staticpro (&QCtype);
   QCconversion = intern (":conversion");
   staticpro (&QCconversion);
   QCheuristic_mask = intern (":heuristic-mask");