removed WXWIN_COMPATIBILITY_24
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -264,17 +264,8 @@ void HashesTestCase::wxUntypedHashTableDeleteContents()
|
||||
CPPUNIT_ASSERT( FooObject::count == 0 );
|
||||
}
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
WX_DECLARE_LIST(Foo, wxListFoos);
|
||||
#endif
|
||||
|
||||
WX_DECLARE_HASH(Foo, wxListFoos, wxHashFoos);
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
#include "wx/listimpl.cpp"
|
||||
WX_DEFINE_LIST(wxListFoos)
|
||||
#endif
|
||||
|
||||
void HashesTestCase::wxTypedHashTableTest()
|
||||
{
|
||||
// need a nested scope for destruction
|
||||
|
Reference in New Issue
Block a user