aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-client
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-10-11 00:24:36 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-10-11 00:24:36 +0800
commit5e55caa71bb1a65e5fcde13ae8082780901f85f3 (patch)
treea4f08a999e5831e2009e6d45ce5c5aa281cbdd82 /calendar/cal-client
parent7b0e31d80f8770daa04495fb43681b25fc3be999 (diff)
downloadgsoc2013-evolution-5e55caa71bb1a65e5fcde13ae8082780901f85f3.tar
gsoc2013-evolution-5e55caa71bb1a65e5fcde13ae8082780901f85f3.tar.gz
gsoc2013-evolution-5e55caa71bb1a65e5fcde13ae8082780901f85f3.tar.bz2
gsoc2013-evolution-5e55caa71bb1a65e5fcde13ae8082780901f85f3.tar.lz
gsoc2013-evolution-5e55caa71bb1a65e5fcde13ae8082780901f85f3.tar.xz
gsoc2013-evolution-5e55caa71bb1a65e5fcde13ae8082780901f85f3.tar.zst
gsoc2013-evolution-5e55caa71bb1a65e5fcde13ae8082780901f85f3.zip
remove unneeded assertions
2001-10-10 JP Rosevear <jpr@ximian.com> * cal-client/cal-client.c (cal_set_mode_cb): remove unneeded assertions svn path=/trunk/; revision=13556
Diffstat (limited to 'calendar/cal-client')
-rw-r--r--calendar/cal-client/cal-client.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/cal-client/cal-client.c b/calendar/cal-client/cal-client.c
index e64c7dc688..f8ce2ff71b 100644
--- a/calendar/cal-client/cal-client.c
+++ b/calendar/cal-client/cal-client.c
@@ -476,9 +476,6 @@ cal_set_mode_cb (CalListener *listener,
client = CAL_CLIENT (data);
priv = client->priv;
- g_assert (priv->load_state == CAL_CLIENT_LOAD_LOADING);
- g_assert (priv->uri != NULL);
-
client_status = CAL_CLIENT_OPEN_ERROR;
switch (status) {