diff --git a/src/chat/is-composing.cpp b/src/chat/is-composing.cpp index 02515652e..18e9e0873 100644 --- a/src/chat/is-composing.cpp +++ b/src/chat/is-composing.cpp @@ -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();