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:
@@ -1197,11 +1197,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
|
|||||||
//
|
//
|
||||||
// Ok, this time only hide half of them
|
// Ok, this time only hide half of them
|
||||||
arr1 = GetPropertiesInRandomOrder(page);
|
arr1 = GetPropertiesInRandomOrder(page);
|
||||||
#if wxCHECK_VERSION(2,8,0)
|
|
||||||
arr1.resize(arr1.size()/2);
|
arr1.resize(arr1.size()/2);
|
||||||
#else
|
|
||||||
arr1.SetCount(arr1.size()/2);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if ( !_failed_ )
|
if ( !_failed_ )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user