changeset 40957:721d19071a5f

Undo unintended change in #if 0 code.
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Nov 2001 22:55:02 +0000
parents 9f4e8b1ee107
children 4b4504c5aa56
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Nov 12 22:37:48 2001 +0000
+++ b/src/xterm.c	Mon Nov 12 22:55:02 2001 +0000
@@ -10755,8 +10755,7 @@
 		    {
 		      if (f == dpyinfo->x_focus_event_frame)
 			dpyinfo->x_focus_event_frame = 0;
-		      if (dpyinfo->x_focus_event_frame != 0
-			  && f == dpyinfo->x_focus_frame)
+		      if (f == dpyinfo->x_focus_frame)
 			x_new_focus_frame (dpyinfo, 0);
 		    }
 #endif