From 9b5d2f3faed93f89c780c2a3abb30a5f1c3a4be8 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 14 Sep 2008 14:59:47 +0000 Subject: [PATCH] Removed remnant use of wxCHECK_VERSION git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/propgrid/tests.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/propgrid/tests.cpp b/samples/propgrid/tests.cpp index 4f13184f4c..c5db4a6739 100644 --- a/samples/propgrid/tests.cpp +++ b/samples/propgrid/tests.cpp @@ -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_ ) { -- 2.47.2