summaryrefslogtreecommitdiff
path: root/src/mcd-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-storage.c')
-rw-r--r--src/mcd-storage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mcd-storage.c b/src/mcd-storage.c
index 6522e7bf..4fab25dc 100644
--- a/src/mcd-storage.c
+++ b/src/mcd-storage.c
@@ -347,10 +347,6 @@ mcd_storage_get_attribute_type (const gchar *attribute)
return known_attributes[i].type;
}
- /* special case for mcd-account-conditions.c */
- if (g_str_has_prefix (attribute, "condition-"))
- return "s";
-
return NULL;
}