remove unused code

This commit is contained in:
thrust26 2019-05-12 18:59:46 +02:00
parent bff503a001
commit 32a6f10f0c
1 changed files with 1 additions and 10 deletions

View File

@ -91,21 +91,12 @@ R77HelpDialog::R77HelpDialog(OSystem& osystem, DialogContainer& parent,
void R77HelpDialog::loadConfig()
{
displayInfo();
setFocus(getFocusList()[1]); // skip disabled 'Previous' button
setFocus(getFocusList()[1]); // skip initially disabled 'Previous' button
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void R77HelpDialog::updateStrings(uInt8 page, uInt8 lines, string& title)
{
// FIXME - this currently isn't used
#if 0
#ifdef BSPF_MACOS
#define ALT_ "Cmd"
#else
#define ALT_ "Alt"
#endif
#endif
int i = 0;
auto ADD_BIND = [&](const string & j = "", const string & b = "", const string & d = "")
{