Qt: Remove booting from the last path

This commit is contained in:
Starsam80 2017-06-04 14:43:41 -06:00
commit e1ea6805a7
No known key found for this signature in database
GPG key ID: 4E48BB48BA7E9026
3 changed files with 1 additions and 18 deletions

View file

@ -50,16 +50,6 @@ bool Settings::IsInDevelopmentWarningEnabled() const
return value(QStringLiteral("ShowDevelopmentWarning"), true).toBool();
}
QString Settings::GetLastGame() const
{
return value(QStringLiteral("GameList/LastGame")).toString();
}
void Settings::SetLastGame(const QString& path)
{
setValue(QStringLiteral("GameList/LastGame"), path);
}
QStringList Settings::GetPaths() const
{
return value(QStringLiteral("GameList/Paths")).toStringList();