This commit was generated by cvs2svn to compensate for changes in r3611,
[chise/xemacs-chise.git.1] / src / console-x.h
index aa1f594..91f91db 100644 (file)
@@ -70,9 +70,6 @@ struct x_device
   /* The X connection of this device. */
   Display *display;
 
-  /* Set by x_IO_error_handler(). */
-  int being_deleted;
-
   /* Xt application info. */
   Widget Xt_app_shell;
 
@@ -187,7 +184,6 @@ struct x_device
 
 #define FRAME_X_DISPLAY(f) (DEVICE_X_DISPLAY (XDEVICE (f->device)))
 #define DEVICE_X_DISPLAY(d)    (DEVICE_X_DATA (d)->display)
-#define DEVICE_X_BEING_DELETED(d) (DEVICE_X_DATA (d)->being_deleted)
 #define DEVICE_X_VISUAL(d)     (DEVICE_X_DATA (d)->visual)
 #define DEVICE_X_DEPTH(d)      (DEVICE_X_DATA (d)->depth)
 #define DEVICE_X_COLORMAP(d)   (DEVICE_X_DATA (d)->device_cmap)