Removed remnant use of wxCHECK_VERSION

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2008-09-14 14:59:47 +00:00
parent 258ccb95f5
commit 9b5d2f3fae

View File

@ -1197,11 +1197,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
//
// Ok, this time only hide half of them
arr1 = GetPropertiesInRandomOrder(page);
#if wxCHECK_VERSION(2,8,0)
arr1.resize(arr1.size()/2);
#else
arr1.SetCount(arr1.size()/2);
#endif
if ( !_failed_ )
{