wxAcceleratorEntry::MatchesEvent is NOT used by wxX11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-03-10 23:11:18 +00:00
parent 326c7ea888
commit b82d2a004d

View File

@@ -75,9 +75,9 @@ public:
bool operator!=(const wxAcceleratorEntry& entry) const
{ return !(*this == entry); }
#if defined(__WXMOTIF__) || defined(__WXX11__)
#if defined(__WXMOTIF__)
// Implementation use only
bool MatchesEvent(const wxKeyEvent& event) const ;
bool MatchesEvent(const wxKeyEvent& event) const;
#endif
private: