diff options
-rw-r--r-- | src/mm-base-modem-at.c | 11 | ||||
-rw-r--r-- | src/mm-base-modem-at.h | 7 |
2 files changed, 0 insertions, 18 deletions
diff --git a/src/mm-base-modem-at.c b/src/mm-base-modem-at.c index 6586f855..d1ce14a7 100644 --- a/src/mm-base-modem-at.c +++ b/src/mm-base-modem-at.c @@ -680,17 +680,6 @@ mm_base_modem_at_command (MMBaseModem *self, } void -mm_base_modem_at_command_raw (MMBaseModem *self, - const gchar *command, - guint timeout, - gboolean allow_cached, - GAsyncReadyCallback callback, - gpointer user_data) -{ - _at_command (self, command, timeout, allow_cached, TRUE, callback, user_data); -} - -void mm_base_modem_at_command_alloc_clear (MMBaseModemAtCommandAlloc *command) { g_free (command->command); diff --git a/src/mm-base-modem-at.h b/src/mm-base-modem-at.h index ae9b0be7..60820266 100644 --- a/src/mm-base-modem-at.h +++ b/src/mm-base-modem-at.h @@ -186,13 +186,6 @@ void mm_base_modem_at_command (MMBaseModem *self, gboolean allow_cached, GAsyncReadyCallback callback, gpointer user_data); -/* Like mm_base_modem_at_command() except does not prefix with AT */ -void mm_base_modem_at_command_raw (MMBaseModem *self, - const gchar *command, - guint timeout, - gboolean allow_cached, - GAsyncReadyCallback callback, - gpointer user_data); const gchar *mm_base_modem_at_command_finish (MMBaseModem *self, GAsyncResult *res, GError **error); |