]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed remnant use of wxCHECK_VERSION
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 14 Sep 2008 14:59:47 +0000 (14:59 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 14 Sep 2008 14:59:47 +0000 (14:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/propgrid/tests.cpp

index 4f13184f4c38831734861fdbd10218b36c379f87..c5db4a6739a30021ddc16f5520b4c0129e3b41c9 100644 (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_ )
         {