From: Václav Slavík Date: Sun, 10 Mar 2002 23:11:18 +0000 (+0000) Subject: wxAcceleratorEntry::MatchesEvent is NOT used by wxX11 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b82d2a004d854d821078528ec586f17ea653085d wxAcceleratorEntry::MatchesEvent is NOT used by wxX11 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/accel.h b/include/wx/accel.h index a5202e4173..986ea9b66d 100644 --- a/include/wx/accel.h +++ b/include/wx/accel.h @@ -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: