]> git.saurik.com Git - wxWidgets.git/commitdiff
wxAcceleratorEntry::MatchesEvent is NOT used by wxX11
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Mar 2002 23:11:18 +0000 (23:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Mar 2002 23:11:18 +0000 (23:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/accel.h

index a5202e417366cc8327fb26ee65bcacae3988981d..986ea9b66df7be570ad692bc1d76cf3a075e0ccb 100644 (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: