diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-07-08 20:49:03 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-07-08 20:49:03 +0200 |
| commit | ff6fa68b71989bbc528654dca3b7d541fedc05f6 (patch) | |
| tree | e727be254eeb758327ff13387f8fa08ec80cb511 /Source/Core | |
| parent | 3bde3988ebb3663ce26794c61cea2c92e7b49eb5 (diff) | |
| parent | 2eb12dee5543ffdda14e0c4929f66af651cad698 (diff) | |
Merge pull request #583 from lioncash/dat-legacy-code
DolphinWX: Remove a wx 2.9.0 and 2.8.0 version check in GameListCtrl
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/GameListCtrl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinWX/GameListCtrl.cpp b/Source/Core/DolphinWX/GameListCtrl.cpp index 7ffb8543b8..a5a1aebfca 100644 --- a/Source/Core/DolphinWX/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/GameListCtrl.cpp @@ -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 |
