remove unused wxKeyEvent member m_scanCode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-02-18 17:15:40 +00:00
parent d42b86211a
commit f8f7cff436
6 changed files with 0 additions and 11 deletions

View File

@@ -1524,7 +1524,6 @@ public:
m_keyCode = evt.m_keyCode;
m_scanCode = evt.m_scanCode;
m_rawCode = evt.m_rawCode;
m_rawFlags = evt.m_rawFlags;
#if wxUSE_UNICODE
@@ -1539,9 +1538,6 @@ public:
long m_keyCode;
// FIXME: what is this for? relation to m_rawXXX?
bool m_scanCode;
#if wxUSE_UNICODE
// This contains the full Unicode character
// in a character events in Unicode mode