diff options
Diffstat (limited to 'src/mm-context.c')
-rw-r--r-- | src/mm-context.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mm-context.c b/src/mm-context.c index 94b6e915..65db5172 100644 --- a/src/mm-context.c +++ b/src/mm-context.c @@ -238,7 +238,6 @@ static gboolean test_no_udev; #if defined WITH_SUSPEND_RESUME static gboolean test_no_suspend_resume; static gboolean test_quick_suspend_resume; -static gboolean test_radio_off_suspend_resume; #endif #if defined WITH_QRTR static gboolean test_no_qrtr; @@ -286,11 +285,6 @@ static const GOptionEntry test_entries[] = { "Enable quick suspend/resume support for modems which stay on during host suspension", NULL }, - { - "test-radio-off-suspend-resume", 0, 0, G_OPTION_ARG_NONE, &test_radio_off_suspend_resume, - "Enable support to turn radio off during suspend/resume", - NULL -}, #endif #if defined WITH_QRTR { @@ -364,18 +358,11 @@ mm_context_get_test_no_suspend_resume (void) { return test_no_suspend_resume; } - gboolean mm_context_get_test_quick_suspend_resume (void) { return test_quick_suspend_resume; } - -gboolean -mm_context_get_test_radio_off_suspend_resume (void) -{ - return test_radio_off_suspend_resume; -} #endif #if defined WITH_QRTR |