telepathy-gabble: write-mgr-file: stop handling TP_HANDLE_TYPE_{LIST, GROUP}

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Oct 10 11:50:13 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: 80ff4e19612d38b9c8105eb4d0bfa41eb9a4fbd9
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=80ff4e19612d38b9c8105eb4d0bfa41eb9a4fbd9

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Tue Oct  8 18:41:37 2013 -0400

write-mgr-file: stop handling TP_HANDLE_TYPE_{LIST,GROUP}

---

 src/write-mgr-file.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/write-mgr-file.c b/src/write-mgr-file.c
index a513a5f..cb84289 100644
--- a/src/write-mgr-file.c
+++ b/src/write-mgr-file.c
@@ -214,14 +214,6 @@ generate_group_name (GHashTable *props)
       handle_type_name = "-multi";
       break;
 
-    case TP_HANDLE_TYPE_GROUP:
-      handle_type_name = "-group";
-      break;
-
-    case TP_HANDLE_TYPE_LIST:
-      handle_type_name = "-list";
-      break;
-
     default:
       handle_type_name = "";
     }



More information about the telepathy-commits mailing list