aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2008-02-16 23:21:46 +0800
committerGuillaume Desmottes <gdesmott@gnome.org>2008-02-16 23:21:46 +0800
commit9917e8fad9fb5a1db38b691207b646daaa938f85 (patch)
tree936609248cd05e150c256b4412f39a60445799c7 /libempathy
parent8685d62fdc75d56f9b34ec63cbd66047295b7e52 (diff)
downloadgsoc2013-empathy-9917e8fad9fb5a1db38b691207b646daaa938f85.tar
gsoc2013-empathy-9917e8fad9fb5a1db38b691207b646daaa938f85.tar.gz
gsoc2013-empathy-9917e8fad9fb5a1db38b691207b646daaa938f85.tar.bz2
gsoc2013-empathy-9917e8fad9fb5a1db38b691207b646daaa938f85.tar.lz
gsoc2013-empathy-9917e8fad9fb5a1db38b691207b646daaa938f85.tar.xz
gsoc2013-empathy-9917e8fad9fb5a1db38b691207b646daaa938f85.tar.zst
gsoc2013-empathy-9917e8fad9fb5a1db38b691207b646daaa938f85.zip
no need to check if the id attribute is present, that's the job of the DTD now
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-irc-network-manager.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-irc-network-manager.c b/libempathy/empathy-irc-network-manager.c
index e7e49b756..c86e9feac 100644
--- a/libempathy/empathy-irc-network-manager.c
+++ b/libempathy/empathy-irc-network-manager.c
@@ -444,9 +444,6 @@ irc_network_manager_parse_irc_network (EmpathyIrcNetworkManager *self,
gchar *str;
gchar *id, *name;
- if (!xmlHasProp (node, "id"))
- return;
-
id = xmlGetProp (node, "id");
if (xmlHasProp (node, "dropped"))
{