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.
This commit is contained in:
Aleksander Morgado
2012-02-09 13:07:29 +01:00
parent 8a4a7ca4dc
commit b61c94016a
5 changed files with 2 additions and 15 deletions

View File

@@ -128,7 +128,6 @@ static gboolean
handle_create (MmGdbusModemMessaging *skeleton,
GDBusMethodInvocation *invocation,
GVariant *dictionary,
gboolean send,
MMIfaceModemMessaging *self)
{
GError *error = NULL;