Pointless change to silence a GCC compiler warning.

This commit is contained in:
Leon Styhre 2022-01-22 21:50:42 +01:00
parent 62d5c1e656
commit 098cde5f98

View file

@ -219,5 +219,8 @@ void GamelistView::updateInfoPanel()
}
}
if (hideMetaDataFields)
;
// TODO: Implement gamelist logic.
}