From: Jason Rumney Date: Sun, 20 Aug 2000 20:47:43 +0000 (+0000) Subject: (x_display_info_for_display): Remove as this function does not exist on W32. X-Git-Tag: emacs-pretest-21.0.90~2148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a7ab57adc40e2bc5147d7015bde32f163821d4f;p=emacs.git (x_display_info_for_display): Remove as this function does not exist on W32. --- diff --git a/src/w32term.h b/src/w32term.h index 7eb0bb59aa9..3ebcea260af 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -258,8 +258,6 @@ extern Lisp_Object Vx_pixel_size_width_font_regexp; /* A flag to control how to display unibyte 8-bit character. */ extern int unibyte_display_via_language_environment; -/* NTEMACS_TODO: This does not seem to be defined. Check and remove. */ -struct w32_display_info *x_display_info_for_display (); struct w32_display_info *x_display_info_for_name (); extern struct w32_display_info *w32_term_init ();