x11 alrady support GetUnicodeKey() by last commit, remove these check
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -162,7 +162,6 @@ void TestEvent(int line, const wxKeyEvent& ev, const KeyDesc& desc)
|
||||
desc.m_keycode,
|
||||
ev.GetKeyCode() );
|
||||
|
||||
#if !defined(__WXX11__)
|
||||
#if wxUSE_UNICODE
|
||||
if ( desc.m_keycode < WXK_START )
|
||||
{
|
||||
@@ -179,7 +178,6 @@ void TestEvent(int line, const wxKeyEvent& ev, const KeyDesc& desc)
|
||||
(int)ev.GetUnicodeKey() );
|
||||
}
|
||||
#endif // wxUSE_UNICODE
|
||||
#endif
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL_MESSAGE( "wrong modifiers in " + msg,
|
||||
desc.m_mods,
|
||||
|
Reference in New Issue
Block a user