sms: don't warn about unsupported validities

This commit is contained in:
Aleksander Morgado
2013-06-18 17:39:05 +02:00
parent 347ea7cd4e
commit 67207f279b

View File

@@ -87,9 +87,6 @@ get_validity_relative (GVariant *tuple)
if (type == MM_SMS_VALIDITY_TYPE_RELATIVE)
value_integer = g_variant_get_uint32 (value);
else
/* Currently not supported other than relative */
g_warn_if_reached ();
g_variant_unref (value);