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.
This commit is contained in:
Vadim Zeitlin 2020-08-13 21:57:18 +02:00
parent 9018d74e99
commit d3cab1bd54

View File

@ -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.