From 91e73f8fe5f5f476072ccf1fcda8869340c12b0f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 2 Jan 2024 00:43:08 +0100 Subject: [PATCH] lcd4l: remove unused variable Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/0d6637c11d2abb220c562da512ba2946e98a1d69 Author: vanhofen Date: 2024-01-02 (Tue, 02 Jan 2024) Origin message was: ------------------ - lcd4l: remove unused variable ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcd4l.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index d8709327a..c747fc117 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -747,8 +747,6 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun) int dummy; int ModeLogo = 0; - int ModeStandby = 0; - if (m_ActionKey == "moviebrowser") { g_PicViewer->GetLogoName(0, "Moviebrowser", Logo, &dummy, &dummy, CPictureViewer::LCD4LINUX, true);