From be0130677fa12a715dda0007a9ba3ef04b50e567 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 10 Sep 2008 10:47:16 -0400 Subject: [PATCH] don't assert if no window could be made --- src/ply-boot-splash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index e5c6b5b2..801a047d 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -169,7 +169,6 @@ ply_boot_splash_show (ply_boot_splash_t *splash) assert (splash->plugin_interface != NULL); assert (splash->plugin != NULL); assert (splash->plugin_interface->show_splash_screen != NULL); - assert (splash->window != NULL); ply_trace ("showing splash screen\n"); if (!splash->plugin_interface->show_splash_screen (splash->plugin, -- 2.47.3