Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #583 from lioncash/dat-legacy-code
DolphinWX: Remove a wx 2.9.0 and 2.8.0 version check in GameListCtrl
  • Loading branch information
delroth committed Jul 8, 2014
2 parents 3bde398 + 2eb12de commit ff6fa68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Core/DolphinWX/GameListCtrl.cpp
Expand Up @@ -658,11 +658,7 @@ const GameListItem *CGameListCtrl::GetISO(size_t index) const
}

CGameListCtrl *caller;
#if wxCHECK_VERSION(2, 9, 0)
int wxCALLBACK wxListCompare(wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData)
#else // 2.8.x
int wxCALLBACK wxListCompare(long item1, long item2, long sortData)
#endif
{
// return 1 if item1 > item2
// return -1 if item1 < item2
Expand Down

0 comments on commit ff6fa68

Please sign in to comment.