aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-02-06 15:29:52 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-02-06 15:38:11 +0100
commit6fb83b5e029134ab9844f05517a444f2df501773 (patch)
treef17371a0ef86948fb818e7a902c3617f75770efe
parent60cd66b4fa77fe470772aa4957b43ce060555c2c (diff)
novatel: remove unused custom AT probe array
-rw-r--r--plugins/novatel/mm-plugin-novatel.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/novatel/mm-plugin-novatel.c b/plugins/novatel/mm-plugin-novatel.c
index 9eaf2859..b57c0e89 100644
--- a/plugins/novatel/mm-plugin-novatel.c
+++ b/plugins/novatel/mm-plugin-novatel.c
@@ -42,19 +42,6 @@ int mm_plugin_major_version = MM_PLUGIN_MAJOR_VERSION;
int mm_plugin_minor_version = MM_PLUGIN_MINOR_VERSION;
/*****************************************************************************/
-/* Custom commands for AT probing */
-
-/* We need to explicitly flip secondary ports to AT mode.
- * We also use this command also for checking AT support in the current port.
- */
-static const MMPortProbeAtCommand custom_at_probe[] = {
- { "$NWDMAT=1", 3, mm_port_probe_response_processor_is_at },
- { "$NWDMAT=1", 3, mm_port_probe_response_processor_is_at },
- { "$NWDMAT=1", 3, mm_port_probe_response_processor_is_at },
- { NULL }
-};
-
-/*****************************************************************************/
/* Custom init */
typedef struct {