stk: Remove an unneeded check.

This commit is contained in:
Andrzej Zaborowski 2010-07-13 16:23:35 +02:00 committed by Denis Kenzior
parent 67c6a3a035
commit 7c6758af20
1 changed files with 0 additions and 3 deletions

View File

@ -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) {