diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-25 13:36:32 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:31 +0100 |
commit | 651028c2b7b205f713e49df373d4bd016364c547 (patch) | |
tree | e80fb0cba97c80255ce65473e7b5b6ee1e4621be /libmm-glib/mm-call-audio-format.h | |
parent | 856619535d2af66a2793bdf4bedaaa3fc7810a73 (diff) |
libmm-glib: remove unused _dup() methods
Diffstat (limited to 'libmm-glib/mm-call-audio-format.h')
-rw-r--r-- | libmm-glib/mm-call-audio-format.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmm-glib/mm-call-audio-format.h b/libmm-glib/mm-call-audio-format.h index bd931bc8..05378840 100644 --- a/libmm-glib/mm-call-audio-format.h +++ b/libmm-glib/mm-call-audio-format.h @@ -74,8 +74,6 @@ MMCallAudioFormat *mm_call_audio_format_new (void); MMCallAudioFormat *mm_call_audio_format_new_from_dictionary (GVariant *dictionary, GError **error); -MMCallAudioFormat *mm_call_audio_format_dup (MMCallAudioFormat *orig); - void mm_call_audio_format_set_encoding (MMCallAudioFormat *self, const gchar *encoding); void mm_call_audio_format_set_resolution (MMCallAudioFormat *self, |