(x_connection_closed): Don't check _Xdebug.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Mar 1996 19:11:10 +0000 (19:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Mar 1996 19:11:10 +0000 (19:11 +0000)
src/xterm.c

index ce426fb..795a2e1 100644 (file)
@@ -225,9 +225,6 @@ extern Lisp_Object Vcommand_line_args, Vsystem_name;
 
 extern Lisp_Object Vx_no_window_manager;
 
-/* Nonzero enables some debugging for the X interface code. */
-extern int _Xdebug;
-
 extern Lisp_Object Qface, Qmouse_face;
 
 extern int errno;
@@ -4516,9 +4513,6 @@ x_connection_closed (display, error_message)
   struct x_display_info *dpyinfo = x_display_info_for_display (display);
   Lisp_Object frame, tail;
 
-  if (_Xdebug)
-    abort ();
-
   /* Indicate that this display is dead.  */
 
   dpyinfo->display = 0;