diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-16 06:28:46 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-16 06:28:46 +0800 |
commit | a17ae72f50370e70a8f231b4d24361d448402b20 (patch) | |
tree | 4154058b33ae5f8048f6ffbf40b6d56a43d347ce /libempathy/empathy-contact.c | |
parent | b68b95efe92023193c318d4dd0fb92544463adef (diff) | |
download | gsoc2013-empathy-a17ae72f50370e70a8f231b4d24361d448402b20.tar gsoc2013-empathy-a17ae72f50370e70a8f231b4d24361d448402b20.tar.gz gsoc2013-empathy-a17ae72f50370e70a8f231b4d24361d448402b20.tar.bz2 gsoc2013-empathy-a17ae72f50370e70a8f231b4d24361d448402b20.tar.lz gsoc2013-empathy-a17ae72f50370e70a8f231b4d24361d448402b20.tar.xz gsoc2013-empathy-a17ae72f50370e70a8f231b4d24361d448402b20.tar.zst gsoc2013-empathy-a17ae72f50370e70a8f231b4d24361d448402b20.zip |
Cleanup code from previous merge
svn path=/trunk/; revision=638
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 3f03c1d33..698612572 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -159,7 +159,7 @@ empathy_contact_class_init (EmpathyContactClass *class) "Contact Capabilities", "Capabilities of the contact", EMPATHY_TYPE_CAPABILITIES, - 0, + EMPATHY_CAPABILITIES_UNKNOWN, G_PARAM_READWRITE)); g_object_class_install_property (object_class, @@ -176,10 +176,6 @@ empathy_contact_class_init (EmpathyContactClass *class) static void empathy_contact_init (EmpathyContact *contact) { - EmpathyContactPriv *priv; - - priv = GET_PRIV (contact); - priv->capabilities = EMPATHY_CAPABILITIES_UNKNOWN; } static void |