aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-call-properties.h
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-call-properties.h
parent856619535d2af66a2793bdf4bedaaa3fc7810a73 (diff)
libmm-glib: remove unused _dup() methods
Diffstat (limited to 'libmm-glib/mm-call-properties.h')
-rw-r--r--libmm-glib/mm-call-properties.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/libmm-glib/mm-call-properties.h b/libmm-glib/mm-call-properties.h
index 08ffb0c3..e0b821b5 100644
--- a/libmm-glib/mm-call-properties.h
+++ b/libmm-glib/mm-call-properties.h
@@ -89,14 +89,11 @@ MMCallState mm_call_properties_get_state (MMCallProperties *self);
defined (_LIBMM_INSIDE_MMCLI) || \
defined (LIBMM_GLIB_COMPILATION)
-MMCallProperties *mm_call_properties_new_from_string (const gchar *str,
- GError **error);
+MMCallProperties *mm_call_properties_new_from_string (const gchar *str,
+ GError **error);
MMCallProperties *mm_call_properties_new_from_dictionary (GVariant *dictionary,
GError **error);
-
-MMCallProperties *mm_call_properties_dup (MMCallProperties *orig);
-
-GVariant *mm_call_properties_get_dictionary (MMCallProperties *self);
+GVariant *mm_call_properties_get_dictionary (MMCallProperties *self);
#endif