No need for error message when switching from remote to local

This commit is contained in:
Craig Drummond
2016-01-08 22:19:01 +00:00
parent 9762c04f49
commit d300fa02ea

View File

@@ -930,8 +930,8 @@ void Dynamic::remoteDynamicSupported(bool s)
remoteTimer->stop();
}
loadLocal();
#ifndef Q_OS_WIN
emit error(i18n("Communication with the remote dynamizer has been lost, reverting to local mode."));
#endif
// #ifndef Q_OS_WIN
// emit error(i18n("Communication with the remote dynamizer has been lost, reverting to local mode."));
// #endif
}
}