mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
Fixed compil by commenting out unused variable
This commit is contained in:
parent
be14733e82
commit
5c8fe022b6
1 changed files with 3 additions and 3 deletions
|
|
@ -217,10 +217,10 @@ void IsComposing::parse (xmlparsing_context_t *xmlCtx) {
|
|||
|
||||
if (stateStr) {
|
||||
if (strcmp(stateStr, "active") == 0) {
|
||||
int refreshDuration = getRefreshTimerDuration();
|
||||
//int refreshDuration = getRefreshTimerDuration();
|
||||
state = true;
|
||||
if (refreshStr)
|
||||
refreshDuration = atoi(refreshStr);
|
||||
//if (refreshStr)
|
||||
// refreshDuration = atoi(refreshStr);
|
||||
startRemoteRefreshTimer();
|
||||
} else {
|
||||
stopRemoteRefreshTimer();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue