From b82d2a004d854d821078528ec586f17ea653085d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 10 Mar 2002 23:11:18 +0000 Subject: [PATCH] wxAcceleratorEntry::MatchesEvent is NOT used by wxX11 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/accel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.45.2