From 8b6bbd51ffd2660f831e43f3280551a795584a33 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 6 Jan 2018 15:00:24 +0100 Subject: [PATCH] update: remove double status calls; seems like a merge error Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/c651393a0ca7a738a7fc31be9f69c1ff8c331581 Author: vanhofen Date: 2018-01-06 (Sat, 06 Jan 2018) Origin message was: ------------------ - update: remove double status calls; seems like a merge error --- src/gui/update.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index 0a3b11068..266edd898 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -405,8 +405,6 @@ bool CFlashUpdate::checkVersion4Update() dprintf(DEBUG_NORMAL, "[update] internet version: %s\n", newVersion.c_str()); - showLocalStatus(100); - showGlobalStatus(20); hide(); msg_body = LOCALE_FLASHUPDATE_MSGBOX;