# HG changeset patch # User Juanma Barranquero # Date 1087246145 0 # Node ID a64ca0d0e4c577787ca7b9fa0010b1be910bd4d5 # Parent a450e67752ed1eea47b8afd724fc6afceba6123f (Vimage_types): Delete (moved to image.c). diff -r a450e67752ed -r a64ca0d0e4c5 src/xdisp.c --- a/src/xdisp.c Mon Jun 14 20:47:25 2004 +0000 +++ b/src/xdisp.c Mon Jun 14 20:49:05 2004 +0000 @@ -670,10 +670,6 @@ /* How much to scroll horizontally when point is inside the above margin. */ Lisp_Object Vhscroll_step; -/* A list of symbols, one for each supported image type. */ - -Lisp_Object Vimage_types; - /* The variable `resize-mini-windows'. If nil, don't resize mini-windows. If t, always resize them to fit the text they display. If `grow-only', let mini-windows grow only until they @@ -22259,11 +22255,6 @@ and `scroll-right' overrides this variable's effect. */); Vhscroll_step = make_number (0); - DEFVAR_LISP ("image-types", &Vimage_types, - doc: /* List of supported image types. -Each element of the list is a symbol for a supported image type. */); - Vimage_types = Qnil; - DEFVAR_BOOL ("message-truncate-lines", &message_truncate_lines, doc: /* If non-nil, messages are truncated instead of resizing the echo area. Bind this around calls to `message' to let it take effect. */);