aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-call-audio-format.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-call-audio-format.c')
-rw-r--r--libmm-glib/mm-call-audio-format.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/libmm-glib/mm-call-audio-format.c b/libmm-glib/mm-call-audio-format.c
index 3bc8be9e..221cf85a 100644
--- a/libmm-glib/mm-call-audio-format.c
+++ b/libmm-glib/mm-call-audio-format.c
@@ -221,25 +221,6 @@ mm_call_audio_format_new_from_dictionary (GVariant *dictionary,
/*****************************************************************************/
MMCallAudioFormat *
-mm_call_audio_format_dup (MMCallAudioFormat *orig)
-{
- GVariant *dict;
- MMCallAudioFormat *copy;
- GError *error = NULL;
-
- g_return_val_if_fail (MM_IS_CALL_AUDIO_FORMAT (orig), NULL);
-
- dict = mm_call_audio_format_get_dictionary (orig);
- copy = mm_call_audio_format_new_from_dictionary (dict, &error);
- g_assert_no_error (error);
- g_variant_unref (dict);
-
- return copy;
-}
-
-/*****************************************************************************/
-
-MMCallAudioFormat *
mm_call_audio_format_new (void)
{
return (MM_CALL_AUDIO_FORMAT (