diff options
Diffstat (limited to 'libmm-glib/mm-sms-properties.c')
-rw-r--r-- | libmm-glib/mm-sms-properties.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libmm-glib/mm-sms-properties.c b/libmm-glib/mm-sms-properties.c index 36783238..0f9dc52b 100644 --- a/libmm-glib/mm-sms-properties.c +++ b/libmm-glib/mm-sms-properties.c @@ -876,25 +876,6 @@ mm_sms_properties_new_from_dictionary (GVariant *dictionary, /*****************************************************************************/ -MMSmsProperties * -mm_sms_properties_dup (MMSmsProperties *orig) -{ - GVariant *dict; - MMSmsProperties *copy; - GError *error = NULL; - - g_return_val_if_fail (MM_IS_SMS_PROPERTIES (orig), NULL); - - dict = mm_sms_properties_get_dictionary (orig); - copy = mm_sms_properties_new_from_dictionary (dict, &error); - g_assert_no_error (error); - g_variant_unref (dict); - - return copy; -} - -/*****************************************************************************/ - /** * mm_sms_properties_new: * |