Eliminate redundant code.

This commit is contained in:
Stephen Anthony 2022-02-26 13:23:31 -03:30
parent 3cfb79ca68
commit d482d671c4
1 changed files with 0 additions and 1 deletions

View File

@ -286,7 +286,6 @@ void LauncherDialog::addRomWidgets(int& ypos)
const int listWidth = _w - (romWidth > 0 ? romWidth + fontWidth : 0) - HBORDER * 2;
// remember initial ROM directory for returning there via home button
string romDir = getRomDir();
instance().settings().setValue("startromdir", getRomDir());
myList = new LauncherFileListWidget(this, _font, xpos, ypos, listWidth, listHeight);
myList->setEditable(false);