aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-sms-properties.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-10-25 13:36:32 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-28 10:28:31 +0100
commit651028c2b7b205f713e49df373d4bd016364c547 (patch)
treee80fb0cba97c80255ce65473e7b5b6ee1e4621be /libmm-glib/mm-sms-properties.c
parent856619535d2af66a2793bdf4bedaaa3fc7810a73 (diff)
libmm-glib: remove unused _dup() methods
Diffstat (limited to 'libmm-glib/mm-sms-properties.c')
-rw-r--r--libmm-glib/mm-sms-properties.c19
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:
*