summaryrefslogtreecommitdiff
path: root/src/contacts-types.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts-types.vala')
-rw-r--r--src/contacts-types.vala5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/contacts-types.vala b/src/contacts-types.vala
index de8344d..9affca6 100644
--- a/src/contacts-types.vala
+++ b/src/contacts-types.vala
@@ -209,11 +209,6 @@ public class Contacts.TypeSet : Object {
}
}
-
- public void type_seen (AbstractFieldDetails detail) {
- lookup_type (detail, null);
- }
-
public string format_type (AbstractFieldDetails detail) {
if (detail.parameters.contains (X_GOOGLE_LABEL)) {
return Utils.get_first<string> (detail.parameters.get (X_GOOGLE_LABEL));