summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-08 18:41:37 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-10 14:04:21 -0400
commit80ff4e19612d38b9c8105eb4d0bfa41eb9a4fbd9 (patch)
tree757edc25fac3dbc16ab85c619aad7c75589d471d
parente8ad526f823b9b1949fd36eb29d5b900e5091b91 (diff)
write-mgr-file: stop handling TP_HANDLE_TYPE_{LIST,GROUP}
-rw-r--r--src/write-mgr-file.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/write-mgr-file.c b/src/write-mgr-file.c
index a513a5f5d..cb84289fe 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 = "";
}