diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2014-04-06 09:14:53 -0400 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-10 20:21:00 +0100 |
commit | 35222424e0af3f3c98b29402c03399e1d7029447 (patch) | |
tree | 637cab1953f184eb563b96382a476b4d04509c74 | |
parent | aef682a020d242f4b1c91220274d6324e244fc97 (diff) |
TpTestsSimpleConnection: Do not implement TpSvcConnection interface
-rw-r--r-- | tests/lib/simple-conn.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lib/simple-conn.c b/tests/lib/simple-conn.c index 6b2f4923c..e7a04fdba 100644 --- a/tests/lib/simple-conn.c +++ b/tests/lib/simple-conn.c @@ -24,9 +24,8 @@ #include "room-list-chan.h" #include "util.h" -G_DEFINE_TYPE_WITH_CODE (TpTestsSimpleConnection, tp_tests_simple_connection, - TP_TYPE_BASE_CONNECTION, - G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION, NULL)) +G_DEFINE_TYPE (TpTestsSimpleConnection, tp_tests_simple_connection, + TP_TYPE_BASE_CONNECTION) /* type definition stuff */ |