summaryrefslogtreecommitdiff
path: root/src/avahi-self.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-15 15:39:45 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-15 15:42:31 -0400
commitd8edca5135d6b9fdbec6d25441f61e1f01098f28 (patch)
tree602bd195ca4b33565f2e1688421551d9c923b9bb /src/avahi-self.h
parent386dd1256d47e949174a577d8046a88e9b5061a4 (diff)
downloadtelepathy-salut-d8edca5135d6b9fdbec6d25441f61e1f01098f28.tar.gz
remove OLPC interfaces
They have been broken when switching to next and are going to be removed in Gabble as well. They should be redesigned properly.
Diffstat (limited to 'src/avahi-self.h')
-rw-r--r--src/avahi-self.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/avahi-self.h b/src/avahi-self.h
index 4ebe942c..b6785e86 100644
--- a/src/avahi-self.h
+++ b/src/avahi-self.h
@@ -63,7 +63,6 @@ GType salut_avahi_self_get_type (void);
SalutAvahiSelf * salut_avahi_self_new (SalutConnection *connection,
SalutAvahiDiscoveryClient *discovery_client, const gchar *nickname,
const gchar *first_name, const gchar *last_name, const gchar *jid,
- const gchar *email, const gchar *published_name, const GArray *olpc_key,
- const gchar *olpc_color);
+ const gchar *email, const gchar *published_name);
#endif /* #ifndef __SALUT_AVAHI_SELF_H__*/