[gnome-flashback] status-notifier-watcher: remove asserts
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] status-notifier-watcher: remove asserts
- Date: Tue, 11 Oct 2016 21:45:31 +0000 (UTC)
commit 4af7a2392fb86592ec5b234a79b32a260f357532
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Wed Oct 12 00:43:38 2016 +0300
status-notifier-watcher: remove asserts
.../libstatus-notifier-watcher/gf-sn-watcher-v0.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gnome-flashback/libstatus-notifier-watcher/gf-sn-watcher-v0.c
b/gnome-flashback/libstatus-notifier-watcher/gf-sn-watcher-v0.c
index f20a758..ca37cd2 100644
--- a/gnome-flashback/libstatus-notifier-watcher/gf-sn-watcher-v0.c
+++ b/gnome-flashback/libstatus-notifier-watcher/gf-sn-watcher-v0.c
@@ -116,8 +116,6 @@ name_vanished_cb (GDBusConnection *connection,
if (v0->hosts == NULL)
{
- g_assert (gf_sn_watcher_v0_gen_get_is_host_registered (gen) == FALSE);
-
gf_sn_watcher_v0_gen_set_is_host_registered (gen, FALSE);
gf_sn_watcher_v0_gen_emit_host_registered (gen);
}
@@ -234,8 +232,6 @@ gf_sn_watcher_v0_handle_register_host (GfSnWatcherV0Gen *object,
if (!gf_sn_watcher_v0_gen_get_is_host_registered (object))
{
- g_assert (v0->hosts != NULL);
-
gf_sn_watcher_v0_gen_set_is_host_registered (object, TRUE);
gf_sn_watcher_v0_gen_emit_host_registered (object);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]