From e1dfec150b4fab26b70456ad7fcbdc1561430ec5 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 19 Mar 2004 00:42:37 +0000 Subject: [PATCH] (Qcenter): Move to xdisp.c. --- src/image.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/image.c b/src/image.c index 23777dca25..34db5e5336 100644 --- a/src/image.c +++ b/src/image.c @@ -606,6 +606,7 @@ Lisp_Object Qxbm; extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile; extern Lisp_Object QCdata, QCtype; +extern Lisp_Object Qcenter; Lisp_Object QCascent, QCmargin, QCrelief; Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask; Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask; @@ -613,7 +614,6 @@ Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask; /* Other symbols. */ Lisp_Object Qlaplace, Qemboss, Qedge_detection, Qheuristic; -Lisp_Object Qcenter; /* Time in seconds after which images should be removed from the cache if not displayed. */ @@ -7400,8 +7400,6 @@ syms_of_image () staticpro (&Qedge_detection); Qheuristic = intern ("heuristic"); staticpro (&Qheuristic); - Qcenter = intern ("center"); - staticpro (&Qcenter); Qpostscript = intern ("postscript"); staticpro (&Qpostscript); -- 2.20.1