diff options
Diffstat (limited to 'cli/mmcli-modem-messaging.c')
-rw-r--r-- | cli/mmcli-modem-messaging.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/mmcli-modem-messaging.c b/cli/mmcli-modem-messaging.c index c2156db9..b8052e07 100644 --- a/cli/mmcli-modem-messaging.c +++ b/cli/mmcli-modem-messaging.c @@ -272,7 +272,6 @@ get_modem_ready (GObject *source, g_debug ("Asynchronously creating new SMS in modem..."); mm_modem_messaging_create (ctx->modem_messaging, properties, - FALSE, /* never send it here */ ctx->cancellable, (GAsyncReadyCallback)create_ready, NULL); @@ -349,7 +348,6 @@ mmcli_modem_messaging_run_synchronous (GDBusConnection *connection) g_debug ("Synchronously creating new SMS in modem..."); sms = mm_modem_messaging_create_sync (ctx->modem_messaging, properties, - FALSE, /* never send it here */ NULL, &error); g_object_unref (properties); |