aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-serial-at.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-port-serial-at.h')
-rw-r--r--src/mm-port-serial-at.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mm-port-serial-at.h b/src/mm-port-serial-at.h
index 82368875..9ed6a218 100644
--- a/src/mm-port-serial-at.h
+++ b/src/mm-port-serial-at.h
@@ -112,12 +112,6 @@ gchar *mm_port_serial_at_command_finish (MMPortSerialAt *self,
GAsyncResult *res,
GError **error);
-/*
- * Convert a string into a quoted and escaped string. Returns a new
- * allocated string. Follows ITU V.250 5.4.2.2 "String constants".
- */
-gchar *mm_port_serial_at_quote_string (const char *string);
-
/* Just for unit tests */
void mm_port_serial_at_remove_echo (GByteArray *response);