diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-16 17:22:48 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-16 17:22:48 +0800 |
commit | 542c9b73402e30b9d07ae19055babf0eb767366b (patch) | |
tree | ee2a5e9e7ade80fea2fca8fad632dce46652791e | |
parent | 3dd80ee44fcece8eb9860f48e4ed23e3c92e27aa (diff) | |
download | gsoc2013-empathy-542c9b73402e30b9d07ae19055babf0eb767366b.tar gsoc2013-empathy-542c9b73402e30b9d07ae19055babf0eb767366b.tar.gz gsoc2013-empathy-542c9b73402e30b9d07ae19055babf0eb767366b.tar.bz2 gsoc2013-empathy-542c9b73402e30b9d07ae19055babf0eb767366b.tar.lz gsoc2013-empathy-542c9b73402e30b9d07ae19055babf0eb767366b.tar.xz gsoc2013-empathy-542c9b73402e30b9d07ae19055babf0eb767366b.tar.zst gsoc2013-empathy-542c9b73402e30b9d07ae19055babf0eb767366b.zip |
Removed unused PROP_GROUPS
svn path=/trunk/; revision=640
-rw-r--r-- | libempathy/empathy-contact.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 698612572..27503a8ab 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -76,7 +76,6 @@ enum { PROP_ACCOUNT, PROP_PRESENCE, PROP_PRESENCE_MESSAGE, - PROP_GROUPS, PROP_SUBSCRIPTION, PROP_HANDLE, PROP_CAPABILITIES, |