X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..7157abfba1c0db6fba7e938dd7ada17225b29a10:/interface/wx/list.h?ds=sidebyside diff --git a/interface/wx/list.h b/interface/wx/list.h index e49ae62ed4..9608a590ac 100644 --- a/interface/wx/list.h +++ b/interface/wx/list.h @@ -7,7 +7,6 @@ ///////////////////////////////////////////////////////////////////////////// /** - @wxheader{list.h} The wxList class provides linked list functionality. It has been rewritten to be type safe and to provide the full API of the STL std::list container and @@ -384,7 +383,6 @@ public: /** @class wxNode - @wxheader{list.h} wxNodeBase is the node structure used in linked lists (see wxList) and derived classes. You should never use wxNodeBase