From 260a109db646e34ea60d4272668cd58f5c47ea26 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 3 Nov 2023 01:27:57 +0100 Subject: [PATCH] Remove outdated comment about making wxImageList ref counting This hasn't happened since 26 years, so don't pretend it's going to happen now that this class is semi-deprecated. --- include/wx/msw/imaglist.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/wx/msw/imaglist.h b/include/wx/msw/imaglist.h index 8ebd8a61ce..19736b3eb3 100644 --- a/include/wx/msw/imaglist.h +++ b/include/wx/msw/imaglist.h @@ -12,10 +12,6 @@ #include "wx/bitmap.h" -// Eventually we'll make this a reference-counted wxGDIObject. For -// now, the app must take care of ownership issues. That is, the -// image lists must be explicitly deleted after the control(s) that uses them -// is (are) deleted, or when the app exits. class WXDLLIMPEXP_CORE wxImageList : public wxObject { public: