aboutsummaryrefslogtreecommitdiff
path: root/src/mm-call-list.h
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-04-29 20:26:10 -0500
committerDan Williams <dan@ioncontrol.co>2025-05-30 07:57:50 -0500
commit28b195465422b63ccc77e1a8d9d21e8bb6f217e9 (patch)
treee3dd33c5507b23ddc0a9bd63141b2e1d7179c317 /src/mm-call-list.h
parentb9c49c7b4dd93d3f66f27cc13110ba672f7862df (diff)
call-list: remove unused modem property
Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r--src/mm-call-list.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h
index f77a5b37..c1e86c0a 100644
--- a/src/mm-call-list.h
+++ b/src/mm-call-list.h
@@ -19,7 +19,6 @@
#include <glib.h>
#include <glib-object.h>
-#include "mm-base-modem.h"
#include "mm-base-call.h"
#define MM_TYPE_CALL_LIST (mm_call_list_get_type ())
@@ -33,8 +32,6 @@ typedef struct _MMCallList MMCallList;
typedef struct _MMCallListClass MMCallListClass;
typedef struct _MMCallListPrivate MMCallListPrivate;
-#define MM_CALL_LIST_MODEM "call-list-modem"
-
#define MM_CALL_ADDED "call-added"
#define MM_CALL_DELETED "call-deleted"
@@ -57,7 +54,7 @@ struct _MMCallListClass {
GType mm_call_list_get_type (void);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMCallList, g_object_unref)
-MMCallList *mm_call_list_new (MMBaseModem *modem);
+MMCallList *mm_call_list_new (void);
GStrv mm_call_list_get_paths (MMCallList *self);
guint mm_call_list_get_count (MMCallList *self);