summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stk.c b/src/stk.c
index dbdef520..556dc680 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -545,9 +545,6 @@ static gboolean handle_command_poll_interval(const struct stk_command *cmd,
return TRUE;
}
- if (seconds == 0)
- seconds = 30;
-
ofono_modem_set_integer(modem, "status-poll-interval", seconds);
if (seconds > 255) {