changeset 40157:af4988ca9a50

(x_erase_phys_cursor): Remove inverse_p.
author Jason Rumney <jasonr@gnu.org>
date Sun, 21 Oct 2001 21:19:24 +0000
parents e3f8f857555b
children 6dde35eb48f7
files src/w32term.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.c	Sun Oct 21 19:20:30 2001 +0000
+++ b/src/w32term.c	Sun Oct 21 21:19:24 2001 +0000
@@ -9427,8 +9427,6 @@
   /* Erase the cursor by redrawing the character underneath it.  */
   if (mouse_face_here_p)
     hl = DRAW_MOUSE_FACE;
-  else if (cursor_row->inverse_p)
-    hl = DRAW_INVERSE_VIDEO;
   else
     hl = DRAW_NORMAL_TEXT;
   x_draw_phys_cursor_glyph (w, cursor_row, hl);