# HG changeset patch # User Jason Rumney # Date 966804463 0 # Node ID 36b17174de3be746cb5ec98ec7daaad482f1c078 # Parent ab681757a44baf6b3d30e678e74c0aaa6d60521c (x_display_info_for_display): Remove as this function does not exist on W32. diff -r ab681757a44b -r 36b17174de3b src/w32term.h --- a/src/w32term.h Sun Aug 20 19:20:00 2000 +0000 +++ b/src/w32term.h Sun Aug 20 20:47:43 2000 +0000 @@ -258,8 +258,6 @@ /* 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 ();