summaryrefslogtreecommitdiff
path: root/src/contacts-linking.vala
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-04 10:01:24 +0200
committerPhilip Withnall <philip@tecnocode.co.uk>2013-08-04 10:01:24 +0200
commitfe2d87f17a038f3ed490af95b7612c6a8140b113 (patch)
treecbe2e51641b6e406929f26779314cca2d9b27f4f /src/contacts-linking.vala
parentaf2bba449cec925b68a862999f4943297e8faf3b (diff)
downloadgnome-contacts-fe2d87f17a038f3ed490af95b7612c6a8140b113.tar.gz
Remove unused method
Diffstat (limited to 'src/contacts-linking.vala')
-rw-r--r--src/contacts-linking.vala4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/contacts-linking.vala b/src/contacts-linking.vala
index e864c18..6ad7a8c 100644
--- a/src/contacts-linking.vala
+++ b/src/contacts-linking.vala
@@ -493,10 +493,6 @@ namespace Contacts {
a.property_name == b.property_name;
}
- internal uint attr_type_hash (PersonaAttribute key) {
- return (uint)key.get_type() ^ key.property_name. hash ();
- }
-
public static async void persona_apply_attributes (Persona persona,
Set<PersonaAttribute>? added_attributes,
Set<PersonaAttribute>? removed_attributes,