From d3cab1bd543d81e5fed6621cac3a78204c6cd62d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 13 Aug 2020 21:57:18 +0200 Subject: [PATCH] Don't document wxImageList::Replace() as being MSW-only This method is implemented in the generic version used under the other platforms as well, but was documented as being MSW-only in 89bb3f0244 (interface revisions, 2008-10-17) for some reason. Just remove the note added by that commit. --- interface/wx/imaglist.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/wx/imaglist.h b/interface/wx/imaglist.h index 507a2ea913..a0536b7bc9 100644 --- a/interface/wx/imaglist.h +++ b/interface/wx/imaglist.h @@ -205,7 +205,6 @@ public: /** Replaces the existing image with the new image. - Windows only. @param index The index of the bitmap to be replaced.