mirror of https://github.com/stella-emu/stella.git
remove unused code
This commit is contained in:
parent
6f8a5dda28
commit
56f28ca295
|
@ -91,21 +91,12 @@ R77HelpDialog::R77HelpDialog(OSystem& osystem, DialogContainer& parent,
|
||||||
void R77HelpDialog::loadConfig()
|
void R77HelpDialog::loadConfig()
|
||||||
{
|
{
|
||||||
displayInfo();
|
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)
|
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;
|
int i = 0;
|
||||||
auto ADD_BIND = [&](const string & j = "", const string & b = "", const string & d = "")
|
auto ADD_BIND = [&](const string & j = "", const string & b = "", const string & d = "")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue