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
This commit is contained in:
Vadim Zeitlin 2011-05-13 13:29:55 +00:00
parent f32204b0c4
commit aacbb5dc43

View File

@ -3769,8 +3769,6 @@ public:
Notice that the event is not triggered when the application is iconized Notice that the event is not triggered when the application is iconized
(minimized) or restored under wxMSW. (minimized) or restored under wxMSW.
Currently only wxMSW, wxGTK and wxOS2 generate such events.
@onlyfor{wxmsw,wxgtk,wxos2} @onlyfor{wxmsw,wxgtk,wxos2}
@beginEventTable{wxShowEvent} @beginEventTable{wxShowEvent}