summaryrefslogtreecommitdiff
path: root/src/connection.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/connection.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/connection.h')
-rw-r--r--src/connection.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/connection.h b/src/connection.h
index dcc0128d..d965587e 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -91,16 +91,6 @@ typedef enum {
LIST_HANDLE_LAST = LIST_HANDLE_KNOWN
} SalutConnectionListHandle;
-#ifdef ENABLE_OLPC
-void
-salut_connection_olpc_observe_invitation (SalutConnection *connection,
- TpHandle room, TpHandle invitor_handle, WockyNode *invite_node);
-
-gboolean
-salut_connection_olpc_observe_muc_stanza (SalutConnection *self, TpHandle room,
- TpHandle sender, WockyStanza *stanza);
-#endif
-
const gchar * const *salut_connection_get_implemented_interfaces (void);
gchar *salut_normalize_non_empty (const gchar *id, GError **error);