summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-07-13 16:23:35 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-07-15 15:41:54 -0500
commit7c6758af2096dd03e11d3519118cb8a085d8a688 (patch)
tree06fc488d4bc0bfa013e0f747e102347bc5b3bc69 /src
parent67c6a3a035add2fdbf6e107a5f2741a4209087dc (diff)
downloadofono-7c6758af2096dd03e11d3519118cb8a085d8a688.tar.bz2
stk: Remove an unneeded check.
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) {