summaryrefslogtreecommitdiff
path: root/examples/cm/extended/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cm/extended/protocol.c')
-rw-r--r--examples/cm/extended/protocol.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/cm/extended/protocol.c b/examples/cm/extended/protocol.c
index 0a85a504c..0b20659bd 100644
--- a/examples/cm/extended/protocol.c
+++ b/examples/cm/extended/protocol.c
@@ -106,12 +106,6 @@ identify_account (TpBaseProtocol *self G_GNUC_UNUSED,
return NULL;
}
-static GStrv
-get_interfaces (TpBaseProtocol *self)
-{
- return NULL;
-}
-
static void
get_connection_details (TpBaseProtocol *self G_GNUC_UNUSED,
GStrv *connection_interfaces,
@@ -167,6 +161,5 @@ example_extended_protocol_class_init (
base_class->normalize_contact = normalize_contact;
base_class->identify_account = identify_account;
- base_class->get_interfaces = get_interfaces;
base_class->get_connection_details = get_connection_details;
}