diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-09 13:07:29 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:02 +0100 |
commit | b61c94016afe8a598f3b7f576430f790c6898a4f (patch) | |
tree | 39b72a452ac975db2504ef196085be5357cd791a /src/mm-iface-modem-messaging.c | |
parent | 8a4a7ca4dcd7d92d964733c5c30865354a7a6f82 (diff) |
api,dbus: remove the option to send the SMS in the Create() call
An SMS must be first created with the Messaging interface, and then sent using the
Send() method from the SMS-specific interface.
Diffstat (limited to 'src/mm-iface-modem-messaging.c')
-rw-r--r-- | src/mm-iface-modem-messaging.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-iface-modem-messaging.c b/src/mm-iface-modem-messaging.c index 68f87497..b461cc61 100644 --- a/src/mm-iface-modem-messaging.c +++ b/src/mm-iface-modem-messaging.c @@ -128,7 +128,6 @@ static gboolean handle_create (MmGdbusModemMessaging *skeleton, GDBusMethodInvocation *invocation, GVariant *dictionary, - gboolean send, MMIfaceModemMessaging *self) { GError *error = NULL; |