Fix build on Linux: commented out setting of background color. If I understood the code correctly, the color will be determined later (after sorting).

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@555 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne 2008-09-17 08:09:41 +00:00
parent 1f66120671
commit 07a581ba19

View File

@ -257,7 +257,7 @@ void CGameListCtrl::InsertItemInReportView(long _Index)
wxListItem item;
item.m_itemId = ItemIndex;
item.SetColumn(COLUMN_COUNTRY);
item.SetBackgroundColour(color);
//item.SetBackgroundColour(color);
DiscIO::IVolume::ECountry Country = rISOFile.GetCountry();
if (size_t(Country) < m_FlagImageIndex.size())