diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index af5e74d03..8c2b96a8c 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -49,10 +49,6 @@ #include "InputOverlay.h" #endif -#if defined(RETRODECK) -#include "HelpStyle.h" -#endif - #include #include @@ -2317,8 +2313,6 @@ void GuiMenu::openESDEConfiguration() { // RetroDECK: Create a new GuiSettings instance for the ES-DE Configurations menu auto s = new GuiSettings(_("ES-DE CONFIGURATIONS")); - HelpStyle style{getHelpStyle()}; - // UI SETTINGS ComponentListRow row; row.addElement(std::make_shared(_("UI SETTINGS"), diff --git a/es-app/src/guis/GuiThemeDownloader.cpp b/es-app/src/guis/GuiThemeDownloader.cpp index 202c4773c..90053a2d4 100644 --- a/es-app/src/guis/GuiThemeDownloader.cpp +++ b/es-app/src/guis/GuiThemeDownloader.cpp @@ -661,9 +661,8 @@ void GuiThemeDownloader::parseThemesList() #if defined(RETRODECK) mWindow->pushGui(new GuiMsgBox( - getHelpStyle(), - _("ES-DE THEME ENGINE WAS UPDATED UPSTREAM. THESE THEMES MAY NOT BE COMPATIBLE WITH THE CURRENT RETRODECK VERSION." - "CHECK IF A NEW RETRODECK UPDATE IS AVAILABLE, ELSE PLEASE WAIT FOR IT OR PROCEED AT YOUR OWN RISK."), + _("ES-DE THEME ENGINE WAS UPDATED UPSTREAM. THESE THEMES MAY NOT BE COMPATIBLE WITH THE CURRENT RETRODECK VERSION. " + "CHECK IF A NEW RETRODECK UPDATE IS AVAILABLE, ELSE PLEASE WAIT FOR IT OR PROCEED AT YOUR OWN RISK."), _("OK"), [] { return; }, "", nullptr, "", nullptr, nullptr, true)); #else diff --git a/es-app/src/views/ViewController.cpp b/es-app/src/views/ViewController.cpp index 69165c991..cd21a8597 100644 --- a/es-app/src/views/ViewController.cpp +++ b/es-app/src/views/ViewController.cpp @@ -293,7 +293,6 @@ void ViewController::noGamesDialog() #if defined(RETRODECK) // Show a simple message with a "QUIT" option if RETRODECK is defined mNoGamesMessageBox = new GuiMsgBox( - HelpStyle(), mNoGamesErrorMessage + mRomDirectory, _("QUIT"), [] {