diff options
-rw-r--r-- | wombat/wombat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wombat/wombat.c b/wombat/wombat.c index 79af7f057f..af94783fd0 100644 --- a/wombat/wombat.c +++ b/wombat/wombat.c @@ -38,8 +38,6 @@ static guint termination_handler_id; static gboolean termination_handler (gpointer data) { - /* FIXME: add the test for the PAS as well */ - if (cal_factory_get_n_backends (cal_factory) == 0 && pas_book_factory_get_n_backends (pas_book_factory) == 0) gtk_main_quit (); |