Fixed compil by commenting out unused variable

This commit is contained in:
Sylvain Berfini 2017-09-01 09:32:20 +02:00
parent be14733e82
commit 5c8fe022b6

View file

@ -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();