]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove duplicated portability warning from wxShowEvent description.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 May 2011 13:29:55 +0000 (13:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 May 2011 13:29:55 +0000 (13:29 +0000)
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

interface/wx/event.h

index a3d00229787b10b0d0d026abc754deda3433e30e..6d7b85754d7d87b66b6aec0d1269bc0e5ce81eaa 100644 (file)
@@ -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}