diff --git a/gnome/src/accountlist.c b/gnome/src/accountlist.c
index 8d7844eb54e473e3c046b4fbbf06c3675bb6ec69..91b649826b84b6265244fc50a6763472fbb780c7 100644
--- a/gnome/src/accountlist.c
+++ b/gnome/src/accountlist.c
@@ -238,8 +238,7 @@ void account_list_remove(const gchar *accountID)
         if (!g_queue_remove(accountQueue, target))
             ERROR("Could not remove account with ID %s", accountID);
 #else
-        else
-            g_queue_remove(accountQueue, target);
+        g_queue_remove(accountQueue, target);
 #endif
     }