Commit 1e78596d authored by Jeffrey Oliver's avatar Jeffrey Oliver
Browse files

Remove unused function.

parent f1803fe8
......@@ -113,10 +113,6 @@ void DlgFilterGames::actOk() {
accept();
}
QString DlgFilterGames::hashGameType(const QString &gameType) const {
return QCryptographicHash::hash(gameType.toUtf8(), QCryptographicHash::Md5).toHex();
}
bool DlgFilterGames::getUnavailableGamesVisible() const
{
return unavailableGamesVisibleCheckBox->isChecked();
......
......@@ -25,11 +25,6 @@ private:
// This needs a const someplace
const GamesProxyModel *gamesProxyModel;
/*
* The game type might contain special characters, so to use it in
* QSettings we just hash it.
*/
QString hashGameType(const QString &gameType) const;
private slots:
void actOk();
public:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment