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.
This commit is contained in:
Vadim Zeitlin 2023-11-03 01:27:57 +01:00
parent 9bae94022c
commit 260a109db6

View file

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