]> git.0d.be Git - empathy.git/commitdiff
no need to check for the size of the hash table
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 17 Aug 2009 12:18:03 +0000 (13:18 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 17 Aug 2009 12:18:03 +0000 (13:18 +0100)
libempathy/empathy-account-manager.c

index 45d9068892c6a854d032af8043b19424b44e0496..0bc0fe6f1449af035d8b4e5ec906f63d1dd20716 100644 (file)
@@ -496,8 +496,7 @@ do_dispose (GObject *obj)
 
   priv->dispose_run = TRUE;
 
-  if (priv->create_results != NULL &&
-      g_hash_table_size (priv->create_results) > 0)
+  if (priv->create_results != NULL)
     {
       /* the manager is being destroyed while there are account creation
        * processes pending; this should not happen, but emit the callbacks