diff options
Diffstat (limited to 'src/mm-port-probe-at-command.h')
-rw-r--r-- | src/mm-port-probe-at-command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mm-port-probe-at-command.h b/src/mm-port-probe-at-command.h index f74cb750..94597a76 100644 --- a/src/mm-port-probe-at-command.h +++ b/src/mm-port-probe-at-command.h @@ -26,7 +26,6 @@ typedef struct { /* The response processor. The expected result depends on the * probing type: * - AT --> G_TYPE_BOOLEAN - * - Capabilities --> G_TYPE_UINT * - Vendor --> G_TYPE_STRING * - Product --> G_TYPE_STRING * When a result is given, TRUE is returned. @@ -52,7 +51,6 @@ typedef struct { /* Default commands used during probing */ const MMPortProbeAtCommand *mm_port_probe_at_command_get_probing (void); -const MMPortProbeAtCommand *mm_port_probe_at_command_get_capabilities_probing (void); const MMPortProbeAtCommand *mm_port_probe_at_command_get_vendor_probing (void); const MMPortProbeAtCommand *mm_port_probe_at_command_get_product_probing (void); |