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:
Vadim Zeitlin
2014-09-23 17:43:41 +00:00
parent ad84d9f97d
commit 42d5c34c64
2 changed files with 3 additions and 5 deletions

View File

@@ -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,