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:
parent
9bae94022c
commit
260a109db6
1 changed files with 0 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue