diff src/widget.c @ 56494:d25b6aeb9747

* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
author Jan Dj?rv <jan.h.d@swipnet.se>
date Wed, 21 Jul 2004 19:18:29 +0000
parents 695cf19ef79e
children a8fa7c632ee4 b9eee0a7bef5
line wrap: on
line diff
--- a/src/widget.c	Wed Jul 21 05:06:49 2004 +0000
+++ b/src/widget.c	Wed Jul 21 19:18:29 2004 +0000
@@ -758,7 +758,6 @@
 
   if (! s) abort ();
   if (! s->output_data.x) abort ();
-  if (! s->output_data.x->normal_gc) abort ();
 
   BLOCK_INPUT;
   x_free_gcs (s);