From: Vadim Zeitlin Date: Fri, 13 May 2011 13:29:55 +0000 (+0000) Subject: Remove duplicated portability warning from wxShowEvent description. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aacbb5dc43ec99d4a5b5cbdfd34ee0112ad58ba1 Remove duplicated portability warning from wxShowEvent description. The warning about this event not being generated by all ports was already present, remove the second copy. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/event.h b/interface/wx/event.h index a3d0022978..6d7b85754d 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -3769,8 +3769,6 @@ public: Notice that the event is not triggered when the application is iconized (minimized) or restored under wxMSW. - Currently only wxMSW, wxGTK and wxOS2 generate such events. - @onlyfor{wxmsw,wxgtk,wxos2} @beginEventTable{wxShowEvent}