summaryrefslogtreecommitdiff
path: root/mission-control
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-03-09 13:25:35 +0100
committerStef Walter <stefw@collabora.co.uk>2011-03-09 13:25:35 +0100
commit35568d5bf5ff66de692b95dbf9797fbdbaa43fc2 (patch)
tree6f96f97cdcfb5343d5c6377e559d428846f80ab2 /mission-control
parent51260ce74027f7946e9c288f01405af4098b3210 (diff)
Remove assertions since this is a plugin.
Diffstat (limited to 'mission-control')
-rw-r--r--mission-control/mcp-account-manager-ytstenut.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mission-control/mcp-account-manager-ytstenut.c b/mission-control/mcp-account-manager-ytstenut.c
index 34448c5..bd46628 100644
--- a/mission-control/mcp-account-manager-ytstenut.c
+++ b/mission-control/mcp-account-manager-ytstenut.c
@@ -170,7 +170,6 @@ on_account_request_presence_ready (GObject *source, GAsyncResult *res,
McpAccountManagerYtstenutPrivate *priv = self->priv;
GError *error = NULL;
- g_assert (priv->account_proxy);
if (!tp_account_request_presence_finish (priv->account_proxy, res, &error))
{
g_warning ("couldn't request change for account presence: %s",
@@ -257,7 +256,6 @@ account_manager_release (McpAccountManagerYtstenut *self, const gchar *client)
guint count;
count = GPOINTER_TO_UINT (g_hash_table_lookup (priv->hold_requests, client));
- g_assert (count > 0);
if (count > 1)
{