remove dummy code

This commit is contained in:
georgemoralis 2023-03-17 11:36:18 +02:00
parent 07c7152d54
commit 109d0ce9de
1 changed files with 0 additions and 8 deletions

View File

@ -363,14 +363,6 @@ void game_list_frame::Refresh(const bool from_drive, const bool scroll_after)
*/ */
void game_list_frame::PopulateGameList() void game_list_frame::PopulateGameList()
{ {
//hackinsh TODO remove
//for (auto&& g : m_games)
//{
// m_game_data.push_back(g);
//}
//end of hackinsh
int selected_row = -1; int selected_row = -1;
const std::string selected_item = CurrentSelectionPath(); const std::string selected_item = CurrentSelectionPath();